Hi all, Is anyone deploying Airflow dags into Clo...
# google-cloud
m
Hi all, Is anyone deploying Airflow dags into Cloud Composer using pulumi? It’s easy enough to push the local dag file to the composer’s dag-bucket, but many times airflow tasks are dependent on resource outputs and I don’t know how to build the dag file at pulumi up runtime so as to embed the resulting output values into the dag before uploading. I could create a dynamic provider to achieve this, but I was just wondering if there’s an easier way.