The job run failed because task dependency types are temporarily disabled
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2023 02:44 AM
I am trying the recently released conditional tasks (https://docs.databricks.com/en/workflows/jobs/conditional-tasks.html). I have created a workflow where the leaf task depends on multiple tasks and its run_if property is set as AT_LEAST_ONE_SUCCESS. However, when I try to run the workflow it immediately fails with "The job run failed because task dependency types are temporarily disabled" and I could not find any explanation of the error message in the online documentation. Can anyone share more info about this?
Labels:
- Labels:
-
conditional tasks
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2023 04:33 AM
Hi @Retired_mod , the problem looks somehow related to clusters. This is what I have done:
- deploy the workflow using dbx
- try to run: it fails with the above error
- manually change the cluster definition (e.g., change the runtime)
- try to run: it works
- manually undo the change and try to run: it still works
I have compared the JSON definition of the workflow before and after the manual changes and it looks identical. Any suggestion?

