tests.system.amazon.aws.example_mwaa_serverless¶
Attributes¶
Functions¶
|
Stop the workflow run. |
|
Delete the MWAA Serverless workflow. |
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.stop_workflow_run(workflow_arn, run_id)[source]¶
Stop the workflow run.