Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2024 11:01 AM
Is it possible to create a repository with a Databricks asset bundle that includes the following pipelines?
- Test1 (Delta Live Table Pipeline)
- Test2 (Delta Live Table Pipeline)
- Test3 (Delta Live Table Pipeline)
- Workflow Job
- Workflow to execute the above pipelines in sequence (4 → 1 → 2 → 3).
Can you create 5 YAML files that accomplish the following:
- Define and set up the pipelines.
- Configure the workflow to run them in the specified sequence (4 → 1 → 2 → 3), ensuring each pipeline correctly references the ones it depends on?