Airflow Spinning EMR/EMR SL #44731
Unanswered
gitwastaken
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Community,
I was wondering if there is any way without modifying the DAG in AWS MWAA which sits in us-east-2 with the bucket also set up in us-east-2 can spin up an EMR SL in us-east-1. I was able to do this with [this ](https://airflow.apache.org/docs/apache-airflow-providers-amazon/stable/_api/airflow/providers/amazon/aws/operators/emr/index.html#airflow.providers.amazon.aws.operators.emr.EmrServerlessCreateApplicationOperator:~:text=API%20create_application%20call.-,aws_conn_id,-(str%20%7C)
But is there a way where I can do this without touching/modifying 500+ the DAG and somehow overwrite this region functionality and get the Airflow to create the same in us-east-1.
Let me know if any additional details are required.
Thanks,
Beta Was this translation helpful? Give feedback.
All reactions