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

Attributes

AwsHookType

Functions

aws_template_fields(*template_fields)

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

Module Contents

airflow.providers.amazon.aws.utils.mixins.AwsHookType[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?