This is an automated email from the ASF dual-hosted git repository.
jedcunningham pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new af03051962 Fix ODBC Connection page formatting (#34572)
af03051962 is described below
commit af03051962abf222cc8f05b243451b9675d7ee00
Author: Andrey Anshin <[email protected]>
AuthorDate: Sat Sep 23 08:05:17 2023 +0400
Fix ODBC Connection page formatting (#34572)
---
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.