airflow.providers.amazon.aws.utils.mixins

This module contains different mixin classes for internal use within the Amazon provider.

Warning

Only for internal usage, this module and all classes might be changed, renamed or removed in the future without any further notice.

meta

private

Module Contents

Functions

aws_template_fields(*template_fields)

Merge provided template_fields with generic one and return in alphabetical order.

Attributes

AwsHookType

REGION_MSG

airflow.providers.amazon.aws.utils.mixins.AwsHookType[source]
airflow.providers.amazon.aws.utils.mixins.REGION_MSG = '`region` is deprecated and will be removed in the future. Please use `region_name` instead.'[source]
airflow.providers.amazon.aws.utils.mixins.aws_template_fields(*template_fields)[source]

Merge provided template_fields with generic one and return in alphabetical order.

Was this entry helpful?