-
Notifications
You must be signed in to change notification settings - Fork 14.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add operator to create jobs in Databricks #35156
Conversation
bcb5d02
to
7b04f5b
Compare
…fic version ==0.10.0
…fic version ==0.10.0
This was agreed with @stikkireddy, since there the SDK interfaces are changing ATM. When it becomes stable, we can re-introduce this dependency
f75c975
to
043f692
Compare
@Lee-W @potiuk @phanikumv @pankajastro @pankajkoti This PR addresses the feedback given on #32221 and fixes the tests. The Hoping we can get this merged to main soon - I have a few follow up PRs! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Add
DatabricksCreateJobsOperator
for use cases where theDatabricksSubmitRunOperator
is insufficient.Closes: #29733
This work was mostly done by @kyle-winkelman (#29790) and @stikkireddy (#32221), and this PR aims to get their work to the finishing line.
These were the changes I made since #32221:
main
branchdatabricks-sdk
dependency as a follow-up to a conversation with @stikkireddy, since the interfaces of this library are not stable yet. We can improve the operator in the future to use this after the 1.0 release.^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named
{pr_number}.significant.rst
or{issue_number}.significant.rst
, in newsfragments.