allebacco opened a new issue, #23447: URL: https://github.com/apache/airflow/issues/23447
### Apache Airflow version 2.3.0 (latest released) ### What happened Running a standalone Dag Processor instance with `airflow dag-processor` throws the following exception: ``` Standalone DagProcessor is not supported when using sqlite. ``` ### What you think should happen instead _No response_ ### How to reproduce The error is in the following line: https://github.com/apache/airflow/blob/6f146e721c81e9304bf7c0af66fc3d203d902dab/airflow/cli/commands/dag_processor_command.py#L53 It should be ```python sql_conn: str = conf.get('database', 'sql_alchemy_conn').lower() ``` due to the change in the configuration file done in https://github.com/apache/airflow/pull/22284 ### Operating System Ubuntu 20.04 ### Versions of Apache Airflow Providers _No response_ ### Deployment Virtualenv installation ### Deployment details _No response_ ### Anything else _No response_ ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
