massamany opened a new pull request #17531: URL: https://github.com/apache/airflow/pull/17531
When configuring the sql alchemy url like this : ``` sql_alchemy_conn = postgresql://user:password@localhost:9999/airflowdb ``` Then the Airflow shell can't be used, because the port is incorrectly propagated. This PR fixes this issue. -- 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]
