AppflowBaseOperator

Amazon

Amazon Appflow Base Operator class (not supposed to be used directly in DAGs).

View on GitHub

Last Updated: Mar. 3, 2023

Access Instructions

Install the Amazon provider package into your Airflow environment.

Import the module into your DAG file and instantiate it with your desired params.

Parameters

sourceThe source name (Supported: salesforce, zendesk)
flow_nameThe flow name
flow_updateA boolean to enable/disable a flow update before the run
source_fieldThe field name to apply filters
filter_dateThe date value (or template) to be used in filters.
poll_intervalhow often in seconds to check the query status
aws_conn_idaws connection to use
regionaws region to use

Documentation

Amazon Appflow Base Operator class (not supposed to be used directly in DAGs).

Was this page helpful?