airflow-gcp-k8s
airflow-gcp-k8s copied to clipboard
When I try to build private images (or really just run the public one locally), I get an error: ``` docker: Error response from daemon: Get https://b.gcr.io/v2/airflow-gcp/airflow-worker/manifests/1.8.0.ga.101: unknown: b.gcr.io domain...
- Fixed the syntax error - Converted print statements to print() so that a future migration to 3.6 will be easier - Added some print statements in order to inform...
Hi, Let me clarify the way to deploy new DAGs without resetting meta-database. Can we just release DAGs by committing the git repository? As well as, I am looking for...
In the first command, unfortunately ``` python2 gcp-airflow.py File "gcp-airflow.py", line 116 ,) ^ SyntaxError: invalid syntax ```
Sorry for the newbie question, but what is the domain in the settings? Could this an IP address of the SQL server? Or do I need to verify a subdomain...
Web server and other dependent pods have issue with connecting to cloud sql proxy running on airflow-db. Not sure if they are able to get to the host by name...