Skip to content

Update authentication to use Airflow's API instead of direct DB queries#19

Open
jacobericson wants to merge 1 commit intomicrosoft:mainfrom
jacobericson:auth-update-pr
Open

Update authentication to use Airflow's API instead of direct DB queries#19
jacobericson wants to merge 1 commit intomicrosoft:mainfrom
jacobericson:auth-update-pr

Conversation

@jacobericson
Copy link
Contributor

This change makes the plugin compatible with any secret backend that Airflow supports by:

  1. Removing direct SQLAlchemy database queries
  2. Using BaseHook.get_connection and connection.save() API instead
  3. Adding comprehensive unit tests for the connection update functionality

This change makes the plugin compatible with any secret backend that Airflow supports by:
1. Removing direct SQLAlchemy database queries
2. Using BaseHook.get_connection and connection.save() API instead
3. Adding comprehensive unit tests for the connection update functionality
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant