We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I want to use an external database like RDS for airflow, but I think it's hardcoded to postgres:5432, is there a way to override this?
postgres:5432
The text was updated successfully, but these errors were encountered:
I have tried adding
env: - name: AIRFLOW_HOME value: "/usr/local/airflow" - name: POSTGRES_HOST value: myAirflowHost - name: POSTGRES_USER value: myAirflowUser - name: POSTGRES_PASSWORD value: myAirflowPass - name: POSTGRES_CREDS value: myAirflowUser:myAirflowPass
Sorry, something went wrong.
No branches or pull requests
I want to use an external database like RDS for airflow, but I think it's hardcoded to
postgres:5432
, is there a way to override this?The text was updated successfully, but these errors were encountered: