Migrate Amazon example DAGs to new design
See original GitHub issueThere is a new design of system tests that was introduced by the AIP-47.
All current example dags need to be migrated and converted into system tests, so they can be run in the CI process automatically before releases.
This is an aggregated issue for all example DAGs related to Amazon provider. It is created to track progress of their migration.
List of paths to example DAGs:
- airflow/providers/amazon/aws/example_dags/example_s3_bucket_tagging.py
- airflow/providers/amazon/aws/example_dags/example_emr_eks.py
- airflow/providers/amazon/aws/example_dags/example_athena.py
- airflow/providers/amazon/aws/example_dags/example_sqs.py
- airflow/providers/amazon/aws/example_dags/example_eks_with_nodegroups.py
- airflow/providers/amazon/aws/example_dags/example_dms_full_load_task.py
- airflow/providers/amazon/aws/example_dags/example_emr.py
- airflow/providers/amazon/aws/example_dags/example_sagemaker.py
- airflow/providers/amazon/aws/example_dags/example_eks_with_nodegroup_in_one_step.py
- airflow/providers/amazon/aws/example_dags/example_dynamodb_to_s3.py
- airflow/providers/amazon/aws/example_dags/example_s3_to_sftp.py
- airflow/providers/amazon/aws/example_dags/example_local_to_s3.py
- airflow/providers/amazon/aws/example_dags/example_s3_bucket.py
- airflow/providers/amazon/aws/example_dags/example_google_api_to_s3_transfer_basic.py
- airflow/providers/amazon/aws/example_dags/example_redshift_cluster.py
- airflow/providers/amazon/aws/example_dags/example_lambda.py
- airflow/providers/amazon/aws/example_dags/example_s3_to_redshift.py
- airflow/providers/amazon/aws/example_dags/example_imap_attachment_to_s3.py
- airflow/providers/amazon/aws/example_dags/example_ecs_fargate.py
- airflow/providers/amazon/aws/example_dags/example_rds.py
- airflow/providers/amazon/aws/example_dags/example_eks_with_fargate_in_one_step.py
- airflow/providers/amazon/aws/example_dags/example_batch.py
- airflow/providers/amazon/aws/example_dags/example_datasync_2.py
- airflow/providers/amazon/aws/example_dags/example_dynamodb_to_s3_segmented.py
- airflow/providers/amazon/aws/example_dags/example_ecs_ec2.py
- airflow/providers/amazon/aws/example_dags/example_eks_with_fargate_profile.py
- airflow/providers/amazon/aws/example_dags/example_redshift_to_s3.py
- airflow/providers/amazon/aws/example_dags/example_redshift_sql.py
- airflow/providers/amazon/aws/example_dags/example_sns.py
- airflow/providers/amazon/aws/example_dags/example_google_api_to_s3_transfer_advanced.py
- airflow/providers/amazon/aws/example_dags/example_datasync_1.py
- airflow/providers/amazon/aws/example_dags/example_glacier_to_gcs.py
- airflow/providers/amazon/aws/example_dags/example_redshift_data_execute_sql.py
- airflow/providers/amazon/aws/example_dags/example_eks_templated.py
- airflow/providers/amazon/aws/example_dags/example_sftp_to_s3.py
- airflow/providers/amazon/aws/example_dags/example_salesforce_to_s3.py
Issue Analytics
- State:
- Created a year ago
- Comments:9 (5 by maintainers)
Top Results From Across the Web
Adding or updating DAGs - AWS Documentation
This page describes the steps to add or update Apache Airflow DAGs on your Amazon Managed Workflows for Apache Airflow (MWAA) environment using...
Read more >Migrating from self-managed Apache Airflow to Amazon ...
An Airflow DAG defines a workflow; at eprimo, this includes mostly data pipelines and can consist of several steps that are called Tasks...
Read more >Automating a DAG deployment with Amazon Managed ...
In this blog post, we explain how to automate deploying workflows (Directed Acyclic Graphs, or DAGs) to an Amazon MWAA environment. First, we ......
Read more >Migrate from mainframe CA7 job schedules to Apache Airflow ...
Amazon Simple Storage Service (Amazon S3) on Outposts is used to store Apache Airflow's Directed Acyclic Graph (DAG) objects and data files. A ......
Read more >Add and update DAGs | Cloud Composer
Cloud Composer uses a Cloud Storage bucket to store DAGs of your Cloud Composer environment. Your environment synchronizes DAGs from this bucket to...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Quick update, the following are not checked off above:
airflow/providers/amazon/aws/example_dags/example_emr.py
airflow/providers/amazon/aws/example_dags/example_eks_templated.py
All of the remaining files were deemed out of scope for the current conversion project since they require external services/accounts/servers/etc (for example: requires a MongoDB account, a GCP account, hosting an SFTP server, etc) and we won’t be able to commit to running/maintaining them on a regular basis. We may add them at a later date, but they won’t be part of this big push.
Subdir is fine.