AppflowRunDailyOperator
AmazonExecute a Appflow run after updating the filters to select only a single day.
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)
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 a single day.
See also
For more information on how to use this operator, take a look at the guide: Run Flow Before