-
Notifications
You must be signed in to change notification settings - Fork 26
EMR container self sufficient example DAG #242
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- Add steps to DAG, so that DAG can be self sufficient - Rename DAG file - Add steps to install AWS eks, kubectl packages in Docker file
- Add clean up script - Remove the python script to delete the EKS cluster and EMR virtual cluster
astronomer/providers/amazon/aws/example_dags/example_create_emr_on_eks_cluster.sh
Outdated
Show resolved
Hide resolved
astronomer/providers/amazon/aws/example_dags/example_emr_eks_containers_job.py
Outdated
Show resolved
Hide resolved
astronomer/providers/amazon/aws/example_dags/example_emr_eks_containers_job.py
Outdated
Show resolved
Hide resolved
astronomer/providers/amazon/aws/example_dags/example_emr_eks_containers_job.py
Outdated
Show resolved
Hide resolved
astronomer/providers/amazon/aws/example_dags/example_emr_eks_containers_job.py
Outdated
Show resolved
Hide resolved
astronomer/providers/amazon/aws/example_dags/example_create_emr_on_eks_cluster.sh
Outdated
Show resolved
Hide resolved
astronomer/providers/amazon/aws/example_dags/example_emr_eks_containers_job.py
Show resolved
Hide resolved
astronomer/providers/amazon/aws/example_dags/example_emr_eks_containers_job.py
Outdated
Show resolved
Hide resolved
astronomer/providers/amazon/aws/example_dags/example_emr_eks_containers_job.py
Show resolved
Hide resolved
astronomer/providers/amazon/aws/example_dags/example_emr_eks_containers_job.py
Show resolved
Hide resolved
Codecov Report
@@ Coverage Diff @@
## main #242 +/- ##
==========================================
- Coverage 96.34% 96.33% -0.01%
==========================================
Files 45 45
Lines 2541 2540 -1
==========================================
- Hits 2448 2447 -1
Misses 93 93
Continue to review full report at Codecov.
|
astronomer/providers/amazon/aws/example_dags/example_create_emr_on_eks_cluster.sh
Outdated
Show resolved
Hide resolved
astronomer/providers/amazon/aws/example_dags/example_create_emr_on_eks_cluster.sh
Outdated
Show resolved
Hide resolved
astronomer/providers/amazon/aws/example_dags/example_emr_eks_containers_job.py
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice one 👍🏽 Some minor suggestions!
Add Example DAG to be self sufficient
Closes #199