emiliocolo commented 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 connections, then it crashes with the above logs - 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: [email protected]
