brickflow icon indicating copy to clipboard operation
brickflow copied to clipboard

[FEATURE] Add support for inter-workflow dependancy [parent-child workflows]

Open pariksheet opened this issue 2 years ago • 1 comments

Databricks workflow now natively supports parent workflows to have child workflows.

Similar to Airflow - Dags and sub-dags.

refer - https://www.databricks.com/blog/modular-orchestration-databricks-workflows

Cloud Information

  • [ ] AWS
  • [ ] Azure
  • [ ] GCP
  • [ ] Other

Describe the solution you'd like User should be able to create workflow task like Notebook, Python, Shell task.

Describe alternatives you've considered Currently user needs to use WorkflowDependancySensor which is not the effective way.

Additional context Add any other context or screenshots about the feature request here.

pariksheet avatar Nov 19 '23 17:11 pariksheet

@pariksheet, it sounds very much like RunJobTask that we already have + this pending enhancement https://github.com/Nike-Inc/brickflow/pull/227 Do you still want to keep it open?

maxim-mityutko avatar May 09 '25 15:05 maxim-mityutko