alexandrebunn opened a new issue, #31260: URL: https://github.com/apache/airflow/issues/31260
### What do you see as an issue? We want to add some extra configurations for database connection, for exemplo, connection_timeout, timeout, connection retries attempts, etc. Searching at the documentation we've reached the configuration below: https://airflow.apache.org/docs/apache-airflow/stable/configurations-ref.html#sql-alchemy-connect-args There isn't an example of a valid configuration. And when we check the URL referenced airflow fails, I've tried some options but all of then generated the error below during startup: ```text airflow_web | TypeError: Invalid argument(s) 'XXX' sent to create_engine(), using configuration PGDialect_psycopg2/QueuePool/Engine. Please check that the keyword arguments are appropriate for this combination of components. ``` ### Solving the problem Providing a valid configuration. ### 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]
