tests.system.amazon.aws.example_mwaa_serverless¶
Attributes¶
Module Contents¶
- tests.system.amazon.aws.example_mwaa_serverless.WORKFLOW_YAML = Multiline-String[source]¶
Show Value
"""systest_mwaa_serverless: schedule: null description: "System test: S3 key sensor on workflow definition" tasks: check_file: task_id: check_file operator: airflow.providers.amazon.aws.sensors.s3.S3KeySensor bucket_name: {bucket} bucket_key: workflow.yaml """
- tests.system.amazon.aws.example_mwaa_serverless.STOPPABLE_WORKFLOW_YAML = Multiline-String[source]¶
Show Value
"""systest_mwaa_serverless_stoppable: schedule: null description: "System test: long-running workflow for stop testing" tasks: wait_for_stop: task_id: wait_for_stop operator: airflow.providers.amazon.aws.sensors.s3.S3KeySensor bucket_name: {bucket} bucket_key: never_exists.txt poke_interval: 30 timeout: 600 soft_fail: true """