You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/01/29 22:25:29 UTC

[GitHub] [airflow] potiuk commented on a change in pull request #7293: [AIRFLOW-6662] --init flag does not work with custom entrypoint

potiuk commented on a change in pull request #7293: [AIRFLOW-6662] --init flag does not work with custom entrypoint
URL: https://github.com/apache/airflow/pull/7293#discussion_r372665272
 
 

 ##########
 File path: airflow/utils/db.py
 ##########
 @@ -490,7 +490,7 @@ def resetdb():
 
     log.info("Dropping tables that exist")
 
-    connection = settings.engine.connect()
+    connection = settings.engine.pointconnect()
 
 Review comment:
   Ah yea
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services