QuickSightSensor

Amazon

Watches for the status of an Amazon QuickSight Ingestion.

View on GitHub

Last Updated: Apr. 5, 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

data_set_idRequiredID of the dataset used in the ingestion.
ingestion_idRequiredID for the ingestion.
aws_conn_idThe Airflow connection used for AWS credentials. (templated) If this is None or empty then the default boto3 behaviour is used. If running Airflow in a distributed manner and aws_conn_id is None or empty, then the default boto3 configuration would be used (and must be maintained on each worker node).

Documentation

Watches for the status of an Amazon QuickSight Ingestion.

See also

For more information on how to use this sensor, take a look at the guide: Amazon QuickSight ingestion sensor

Was this page helpful?