I have tried many times and many ways to get "git sync" to work with our Airflow repo. It appears this feature is currently broken for Azure Dev Ops.
Repro Steps:
- Create an empty Azure DevOps repository
- Go to "git sync" feature following instructions here: https://learn.microsoft.com/en-us/fabric/data-factory/data-workflows-sync-git-repo
- Use a Personal Access Token and connect to repo per instructions.
- Overserve Airflow is still running.
- Add a new folder called "dag" with a hello_world DAG in it (dags/hello_world_dag.py). Push commit.
- Open the Apache Airflow UI.
- Notice DAG does not appear in DAGs in UI.
- From the Fabric Airflow UI, stop Airflow.
- Resume Airflow
- Notice Airflow fails to resume.
2 Comments
- fbcideas_migusrNew MemberStatus added:New
- csehdzNew MemberI managed to get this working for both personal tokens and Service Principals, make sure you are using the "clone" HTTPS URL of your repo. That was my error before.
Recent ideas
Data Pipelines - Run only selected activities
For debugging and testing pipeline activities during development, allow us to select one or multiple activities and run only the selected pipeline activities. For example, I'm working on editing ...frithjof_v17 hours agoCommunity ChampionNew618Views11likes2CommentsSemantic model connection bindings should be in source control (Git)
Semantic model data source connection bindings should be source controlled. A semantic model can contain multiple data source references, each of which can be mapped to a separate Fabric data connec...frithjof_v1 day agoCommunity ChampionNew20Views1like0CommentsBulk changing column names in Visualizations Pane
We often use raw/api column names or measures with a set nomenclature to be consistent and to keep track of them but we do not want to display these names in the visuals. Currently we have to change ...vishal1401971 day agoFrequent VisitorNew6Views0likes0Comments