-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
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
Remove override of AIRFLOW__CORE__SQL_ALCHEMY_CONN #1705
Conversation
Test summaryRun details
View run in Cypress Dashboard ➡️ This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Dashboard |
Codecov Report
@@ Coverage Diff @@
## master #1705 +/- ##
===========================================
- Coverage 95.27% 75.88% -19.39%
===========================================
Files 188 188
Lines 8332 8332
Branches 789 789
===========================================
- Hits 7938 6323 -1615
- Misses 282 1815 +1533
- Partials 112 194 +82
Continue to review full report at Codecov.
|
2e2509e
to
d292dab
Compare
…s user that doesn't exist??
d292dab
to
2755d50
Compare
AIRFLOW__CORE__SQL_ALCHEMY_CONN
Closes #1703 closes #1704
I have:
Description
Removes the override of
AIRFLOW__CORE__SQL_ALCHEMY_CONN
from the entrypoint script, and mandates that it be provided instead of constructing it from several env vars and mandating that it be a Postgres db.