This is an automated email from the ASF dual-hosted git repository. ephraimanierobi pushed a commit to branch v2-7-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit b92ec745edf0fab370d0edf4499d2898917e2625 Author: Andrey Anshin <[email protected]> AuthorDate: Sat Sep 23 08:05:17 2023 +0400 Fix ODBC Connection page formatting (#34572) (cherry picked from commit af03051962abf222cc8f05b243451b9675d7ee00) --- docs/apache-airflow-providers-odbc/connections/odbc.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/apache-airflow-providers-odbc/connections/odbc.rst b/docs/apache-airflow-providers-odbc/connections/odbc.rst index 11d382eeb6..3c53870f8e 100644 --- a/docs/apache-airflow-providers-odbc/connections/odbc.rst +++ b/docs/apache-airflow-providers-odbc/connections/odbc.rst @@ -73,7 +73,7 @@ Extra (optional) this config from env vars, use ``AIRFLOW__PROVIDERS_ODBC__ALLOW_DRIVER_IN_EXTRA=true``. .. note:: - If setting ``allow_driver_extra``to True, this allows users to set the driver via the Airflow Connection's + If setting ``allow_driver_extra`` to True, this allows users to set the driver via the Airflow Connection's ``extra`` field. By default this is not allowed. If enabling this functionality, you should make sure that you trust the users who can edit connections in the UI to not use it maliciously.
