Configuration Reference

This page contains the list of all available Airflow configurations for the apache-airflow-providers-odbc provider that can be set in the airflow.cfg file or using environment variables.

Note

For more information see Setting Configuration Options.

[providers.odbc]

This section applies for the ODBC provider and connection type.

allow_driver_in_extra

Added in version 4.0.0.

Whether to allow using driver set in the connection’s extra field. If set to False, driver will be ignored. If enabling this functionality, you should make sure that you trust the users who can edit connections to not use it maliciously.

Type:

boolean

Default:

False

Environment Variable:

AIRFLOW__PROVIDERS_ODBC__ALLOW_DRIVER_IN_EXTRA

Was this entry helpful?