-
Notifications
You must be signed in to change notification settings - Fork 14.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
External DAG processor not working #23447
Comments
Thanks for opening your first issue here! Be sure to follow the issue template! |
Duplicate of #23408 |
@eladkal are you sure that thias issue is a duplicate? In this case I am not using The line mentioned in the description of the issue is reading the sql alchemy connection string from the |
@mhenc - can you take a look please? |
I guess this can be closed now with #23575 merged . |
Indeed. |
Apache Airflow version
2.3.0 (latest released)
What happened
Running a standalone Dag Processor instance with
airflow dag-processor
throws the following exception:What you think should happen instead
The
airflow dag-processor
should start without an exception in case of Postgres databaseHow to reproduce
The error is in the following line:
airflow/airflow/cli/commands/dag_processor_command.py
Line 53 in 6f146e7
It should be
due to the change in the configuration file done in #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?
Code of Conduct
The text was updated successfully, but these errors were encountered: