kahlstrm opened a new issue, #39311:
URL: https://github.com/apache/airflow/issues/39311

   ### What do you see as an issue?
   
   
https://airflow.apache.org/docs/apache-airflow-providers-jdbc/stable/configurations-ref.html
   Here it suggests to use 
`AIRFLOW__PROVIDERS.JDBC__ALLOW_DRIVER_CLASS_IN_EXTRA` which is incorrect.
   
   Instead it should be `AIRFLOW__PROVIDERS_JDBC__ALLOW_DRIVER_CLASS_IN_EXTRA` 
as per 
https://airflow.apache.org/docs/apache-airflow-providers-jdbc/stable/connections/jdbc.html
 and https://airflow.apache.org/docs/apache-airflow/stable/howto/set-config.html
   
   
   
   ### Solving the problem
   
   In `docs/exts/includes/sections-and-options.rst`, also run `replace (".", 
"_")` when rendering the template.
   
   This needs to be checked if there are any conflicts, i.e. if some packages 
behave differently.
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [X] 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]

Reply via email to