Uh oh!
There was an error while loading. Please reload this page.
Add Service Principal OAuth for Databricks. - #33005
Conversation
Congratulations on your first Pull Request and welcome to the Apache Airflow community! If you have any issues or are unsure about any anything please check our Contribution Guide (https://github.com/apache/airflow/blob/main/CONTRIBUTING.rst)
|
eladkal
commented
Aug 4, 2023
cc @alexott |
alexott
commented
Aug 4, 2023
Really we need to prioritize of adoption of new Databricks SDK, although it doesn't have async support yet. Then we'll get all auth support automatically |
jlaneve
commented
Aug 4, 2023
The Databricks SDK is still in beta with an unstable interface, right? I assume we're waiting until the SDK is stable to adopt it? |
alexott
commented
Aug 4, 2023
Authentication part is stable, unstable primarily belongs to specific APIs |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
alexott
left a comment
There was a problem hiding this comment.
minor comment on documentation.
Uh oh!
There was an error while loading. Please reload this page.
alexott
commented
Aug 13, 2023
@johnbrandborg thank you for doing it! Changes looks good for me |
potiuk
commented
Aug 13, 2023
docs need fixing though |
johnbrandborg
commented
Aug 14, 2023
Link name updated to not conflict. |
Awesome work, congrats on your first merged pull request! You are invited to check our Issue Tracker for additional contributions. |
* Add Service Principal Oauth for Databricks. (apache#32969) * Consolidate OAuth validation and storage (apache#32969) * Formatting update and added API and Spark to Init Import * Update documentation with doc ref and note this is for AWS deployments
* Add Service Principal Oauth for Databricks. (apache#32969) * Consolidate OAuth validation and storage (apache#32969) * Formatting update and added API and Spark to Init Import * Update documentation with doc ref and note this is for AWS deployments
Update the Databricks Hook so that a Service Principal OAuth Client ID and Client Secret can be used like a username and password. The Hook will perform the token retrieval as needed.
closes: #32969