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/10/01 00:08:44 UTC

[GitHub] [airflow] emiliocolo edited a comment on issue #11193: Master 2.0.0-dev Docker, Editing Connections with SQLite crashes

emiliocolo edited a comment on issue #11193:
URL: https://github.com/apache/airflow/issues/11193#issuecomment-701709820


   sure
   - Build docker from yesterday's master in github repo and Dockerfile ( plain vanilla or no extra vars, airflow env values etc )
   - Run it, with the startup script modified adding as below: 
   airflow db init  ( using SQLite , SequentialExecutor for local development ))
   airflow scheduler &
   exec airflow webserver
   
   - Dockerized Airflow is running, i can access to the webUI and scheduler is also seems ok
   - Go to connections and try to modify any of the pre-created default connections, then it crashes with the above logs
   - New Manually created connections seems fine.
   
   as a note i tried to recreate the DB with airflow init reset , upgrade etc from command line, but same crash.
   


----------------------------------------------------------------
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