Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2024 03:49 PM
Yes, Databricks Workflows provides several ways to manage workflow dependencies:
-
Job Dependencies: You can set up job dependencies in Databricks Workflows. This means that one job will only start after another job has successfully completed. This is useful for managing dependencies between different data processing tasks.
-
Task Dependencies: Within a single job, you can set up task dependencies using the Databricks notebook workflows feature. This allows you to call one notebook from another, creating a dependency between the two notebooks.