AppflowRunAfterOperator

Amazon

Execute a Appflow run after updating the filters to select only future data.

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
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

Execute a Appflow run after updating the filters to select only future data.

See also

For more information on how to use this operator, take a look at the guide: Skipping Tasks For Empty Runs

Was this page helpful?