kaxil commented on a change in pull request #8777:
URL: https://github.com/apache/airflow/pull/8777#discussion_r435903719
##########
File path: chart/templates/_helpers.yaml
##########
@@ -200,6 +200,36 @@ log_connections = {{ .Values.pgbouncer.logConnections }}
{{ (printf "%s-airflow-config" .Release.Name) }}
{{- end }}
+{{ define "wait-for-migrations-command" }}
+ # From Airflow 2.0.0 this can become [airflow, db, check-migrations]
+ - python3
+ - -c
+ - |
+ from airfflow import settings
Review comment:
```suggestion
from airflow import settings
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]