mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-03 14:13:06 +00:00
10 lines
284 B
Python
10 lines
284 B
Python
"""
|
|
This file has been generated from dag_runner.j2
|
|
"""
|
|
from openmetadata_managed_apis.workflows import workflow_factory
|
|
|
|
workflow = workflow_factory.WorkflowFactory.create(
|
|
"/airflow/dag_generated_configs/local_redshift_profiler_e9AziRXs.json"
|
|
)
|
|
workflow.generate_dag(globals())
|