Complete the airflow survey & get a free airflow 3 certification!

Configuration Reference

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

Note

For more information see Setting Configuration Options.

[postgres]

Configuration for Postgres hooks and operators.

azure_oauth_scope

Added in version 6.4.0.

The scope to use while retrieving Oauth token for Postgres Flexible Server from Azure Entra authentication.

Type:

string

Default:

https://ossrdbms-aad.database.windows.net/.default

Environment Variable:

AIRFLOW__POSTGRES__AZURE_OAUTH_SCOPE

Was this entry helpful?