-
Notifications
You must be signed in to change notification settings - Fork 180
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
[Databricks] Fix issue for using single notebook task launch without taskgroup #162
Conversation
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.
Like @tatiana said, once there are unit tests I'm glad to approve.
d3c50ed
to
6f2d19b
Compare
@dimberman I have added them now, please check. |
2da9b5f
to
5c13751
Compare
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.
Nice catch and quick fix, @pankajkoti , thank you!
The latest Databricks Jobs API 2.1 offers a consistent response for
both single task and multi-task job run submit API which fixes the current
issue mentioned in the ticket.
The PR also adds an example DAG for running the DatabricksNotebookOperator
alone without the DatabricksWorkflowTaskGroup operator.
closes: #160