Forum Discussion
angela_n
1 year agoFrequent Visitor
Using Terraform with Fabric and Airflow
Hey everyone, I’m using Terraform to set up my fabric elements, and I want to use Airflow for orchestration instead of pipelines. I know Terraform is still in the early stages, but I think it’s goin...
- 1 year ago
Hi Pallavi,
I think I get what you mean 😉. I did not see this config before
Thanks for your help.
aterry_sit
1 year agoNew Member
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_n
1 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