airflow.providers.amazon.aws.sensors.quicksight
¶
模块内容¶
类¶
监视 Amazon QuickSight 摄取的状态。 |
- class airflow.providers.amazon.aws.sensors.quicksight.QuickSightSensor(*, data_set_id, ingestion_id, **kwargs)[源代码]¶
基类:
airflow.providers.amazon.aws.sensors.base_aws.AwsBaseSensor
[airflow.providers.amazon.aws.hooks.quicksight.QuickSightHook
]监视 Amazon QuickSight 摄取的状态。
另请参阅
有关如何使用此传感器的更多信息,请参阅指南: Amazon QuickSight 摄取传感器
- 参数
data_set_id (str) – 摄取中使用的数据集的 ID。
ingestion_id (str) – 摄取的 ID。
aws_conn_id – 用于 AWS 凭据的 Airflow 连接。 如果此项为
None
或为空,则使用默认的 boto3 行为。 如果以分布式方式运行 Airflow 并且 aws_conn_id 为 None 或为空,则将使用默认的 boto3 配置(并且必须在每个工作节点上维护)。region_name – AWS 区域名称。 如果未指定,则使用默认的 boto3 行为。
verify – 是否验证 SSL 证书。 请参阅:https://boto3.amazonaws.com/v1/documentation/api/latest/reference/core/session.html
botocore_config – botocore 客户端的配置字典(键值对)。 请参阅:https://botocore.amazonaws.com/v1/documentation/api/latest/reference/config.html
- template_fields: collections.abc.Sequence[str] = ('data_set_id', 'ingestion_id', 'aws_conn_id')[源代码]¶