Configuration Reference

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

Note

The configuration embedded in provider packages started to be used as of Airflow 2.7.0. Previously the configuration was described and configured in the Airflow core package - so if you are using Airflow below 2.7.0, look at Airflow documentation for the list of available configuration options that were available in Airflow core.

Note

For more information see Setting Configuration Options.

Sections:

[aws]

This section contains settings for Amazon Web Services (AWS) integration.

session_factory

New in version 3.1.1.

Full import path to the class which implements a custom session factory for boto3.session.Session. For more details please have a look at Session Factory.

Type

string

Default

None

Environment Variable

AIRFLOW__AWS__SESSION_FACTORY

Example

my_company.aws.MyCustomSessionFactory

Was this entry helpful?