You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
While creating a dependency between two tasks created using DatabricksTaskOperator() does not use the task_key specified, but uses dagName__groupId__taskKey. This is inconsistent with the tasks created on Databricks because they correctly use the task_key specified.
To Reproduce
Steps to reproduce the behavior:
Run the following code with a valid cluster config and update the path to two notebooks on databricks which could simply print hello.
Describe the bug
While creating a dependency between two tasks created using DatabricksTaskOperator() does not use the
task_key
specified, but usesdagName__groupId__taskKey
. This is inconsistent with the tasks created on Databricks because they correctly use thetask_key
specified.To Reproduce
Steps to reproduce the behavior:
hello
.Expected behavior
This should create a DAG with two tasks - print_1 and print_2 - and print_2 should be dependent on print_1.
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: