mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-05 23:23:00 +00:00

* Remove rc-tree and react-table dependencies * fix unit test issue * File Formatted Co-authored-by: Ayush Shah <ayush@getcollate.io>
10 lines
271 B
Python
10 lines
271 B
Python
"""
|
|
This file has been generated from dag_runner.j2
|
|
"""
|
|
from openmetadata.workflows import workflow_factory
|
|
|
|
workflow = workflow_factory.WorkflowFactory.create(
|
|
"/airflow/dag_generated_configs/local_redshift_profiler_e9AziRXs.json"
|
|
)
|
|
workflow.generate_dag(globals())
|