Forum Discussion
Using Terraform with Fabric and Airflow
- 1 year ago
Hi Pallavi,
I think I get what you mean 😉. I did not see this config before
Thanks for your help.
Hi angela_n ,
Thank you for reaching out to us on Microsoft Fabric Community Forum!
While Terraform is great for provisioning Fabric resources, uploading Airflow DAGs directly via Terraform isn’t supported yet. DAGs need to be placed in the dags/ folder manually or through a CI/CD pipeline after setup. A common approach is to use Terraform for infrastructure and a separate script or pipeline to upload DAGs. This would be a great feature to have, so we recommend submitting it to the Fabric Ideas forum.
Feedback submitted through these channels is frequently reviewed by the product teams and can contribute to meaningful improvements.
Hope this helps.If so,consider accepting it as solution.
Regards,
Pallavi.
Hi, Im also trying to deploy DAGs to Airflow in Fabric, how would you deploy them through CI/CD? It doesnt looks like any Fabric CLI supports uplodaing DAG files at all and the storage account that Fabric uses doesnt seem to be exposed?
- angela_n1 year agoFrequent Visitor
Hi aterry_sit , we ended up installing our instance of airflow, outside fabric, and we update the DAGs using Azure Devops pipelines. Airflow is not production ready app within fabric