it's possible to synchronize repo github for dags with an azure storage account?
I want that evey time i put the dags in github repository it appears on azure file share.
it's possible to synchronize repo github for dags with an azure storage account?
I want that evey time i put the dags in github repository it appears on azure file share.
Airflow will not create the shared filesystem if you specify a Git repository. Instead, it will clone the DAG files to each of the nodes, and sync them periodically with the remote repository.
You can refer this Document to Synchronize DAGs With A Remote Git Repository. Also do refer this Document that will help you to Copy Files From Git Repository To Azure Storage Account using Azure Devops