aws-mwaa-local-runner | This repository provides a command line interface (CLI) utility that replicates an Amazon Managed Wo | AWS library
kandi X-RAY | aws-mwaa-local-runner Summary
kandi X-RAY | aws-mwaa-local-runner Summary
This repository provides a command line interface (CLI) utility that replicates an Amazon Managed Workflows for Apache Airflow (MWAA) environment locally.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of aws-mwaa-local-runner
aws-mwaa-local-runner Key Features
aws-mwaa-local-runner Examples and Code Snippets
Community Discussions
Trending Discussions on aws-mwaa-local-runner
QUESTION
I am building an airflow pipeline for Ml training using PyTorch. Each of my steps is a python operator.
It's currently a very simply pipeline: setup >> preprocess >> train
This is my requirements file:
...ANSWER
Answered 2022-Mar-17 at 15:09I found the solution:
Increase the computer size for the MWAA hosting service.
QUESTION
I have a problem with configuration of Docker-compose as a remote interpreter in PyCharm. Inside of "Services" section I can select only "services" or "networks".
I am using this docker-compose file: https://raw.githubusercontent.com/aws/aws-mwaa-local-runner/main/docker/docker-compose-local.yml
...ANSWER
Answered 2021-Aug-18 at 14:48Either disable "Docker Compose V2" experimental feature in "Docker for Windows" app settings or update PyCharm to 2021.2.1 RC. See the relevant ticket in PyCharm's issue tracker - PY-49305.
QUESTION
I want to load data from Google Storage to S3
To do this I want to use GoogleCloudStorageToS3Operator, which requires gcp_conn_id
So, I need to set up Google Cloud connection type
To do this, I added
apache-airflow[google]==2.0.2
to requirements.txt
but Google Cloud connection type is still not in Dropdown list of connections in MWAA
Same approach works well with mwaa local runner
https://github.com/aws/aws-mwaa-local-runner
I guess it does not work in MWAA because of security reasons discussed here https://lists.apache.org/thread.html/r67dca5845c48cec4c0b3c34c3584f7c759a0b010172b94d75b3188a3%40%3Cdev.airflow.apache.org%3E
But still, is there any workaround to add Google Cloud connection type in MWAA?
...ANSWER
Answered 2021-Jul-16 at 06:17Connections can be created and managed using either the UI or environment variables.
To my understanding the limitation that MWAA have over installation of some provider packages are only on the web server machine which is why the connections are not listed on the UI. This doesn't mean you can't create the connection at all, it just means you can't do it from the UI.
You can define it from CLI:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install aws-mwaa-local-runner
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page