I want to get my DAG configuration from datastore, so in file that configures workflows I write following import:
from google.cloud import datastore
I got import error, so I went to PYPI packages tab for my envionmment and added google-cloud-datastore==1.7.1. It was updating for some long time, and finally given me error message
Composer Backend timed out. Currently running tasks are [stage: TP_DEPLOYMENT_UPDATING response_timestamp { seconds: 1544610512 nanos: 565000000 } ].
Now I don't see any dags inside airflow at all. This discussion suggests that only option is to create new environment, and hide dependencies in kubernetes pods, but how to create DAG from inside kubernetes pod then?