dstandish opened a new issue #14324: URL: https://github.com/apache/airflow/issues/14324
after upgrading to airflow 2.0, scheduler fails without helpful traceback: ``` 2021-02-19 13:53:06 Traceback (most recent call last): 2021-02-19 13:53:06 File "/home/airflow/.local/lib/python3.7/site-packages/airflow/jobs/scheduler_job.py", line 1280, in _execute 2021-02-19 13:53:06 self._run_scheduler_loop() 2021-02-19 13:53:06 File "/home/airflow/.local/lib/python3.7/site-packages/airflow/jobs/scheduler_job.py", line 1382, in _run_scheduler_loop ``` Interestingly this line should only be accessed when using sqlite but I am using mysql and I have verified the scheme is specified correctly. ---------------------------------------------------------------- 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]
