airflow.providers.amazon.aws.operators.glacier

Module Contents

class airflow.providers.amazon.aws.operators.glacier.GlacierCreateJobOperator(*, aws_conn_id='aws_default', vault_name: str, **kwargs)[source]

Bases: airflow.models.BaseOperator

Initiate an Amazon Glacier inventory-retrieval job

See also

For more information on how to use this operator, take a look at the guide: GlacierCreateJobOperator

Parameters
  • aws_conn_id (str) -- The reference to the AWS connection details

  • vault_name (str) -- the Glacier vault on which job is executed

template_fields = ['vault_name'][source]
execute(self, context)[source]

Was this entry helpful?