Configuration Reference

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

Note

For more information see Setting Configuration Options.

[snowflake]

Configuration for Snowflake hooks and operators.

azure_oauth_scope

Added in version 6.6.0.

The scope to use while retrieving OAuth token for Snowflake from Azure Entra authentication.

Type:

string

Default:

api://snowflake_oauth_server/.default

Environment Variable:

AIRFLOW__SNOWFLAKE__AZURE_OAUTH_SCOPE

Was this entry helpful?