Skip to content

Commit

Permalink
add example template dag_bundle_config_list
Browse files Browse the repository at this point in the history
  • Loading branch information
jx2lee committed Jan 26, 2025
1 parent d08604b commit 60ef1e6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions airflow/config_templates/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2667,6 +2667,15 @@ dag_processor:
"repo_url": "[email protected]:example.com/my-dags.git",
"tracking_ref": "main",
"refresh_interval": 0
},
{
"name": "my-git-repo",
"classpath": "airflow.dag_processing.bundles.git.GitDagBundle",
"kwargs": {
"subdir": "dags",
"repo_url": "https://github.com/example/my-dags.git",
"tracking_ref": "main",
"refresh_interval": 0
}
]
default: >
Expand Down

0 comments on commit 60ef1e6

Please sign in to comment.