New user sign up using AWS Builder ID is currently unavailable on re:Post. To sign up, please use the AWS Management Console instead.
All Content tagged with Amazon Managed Workflows for Apache Airflow (MWAA)
Amazon Managed Workflows for Apache Airflow (MWAA) is a managed orchestration service for Apache Airflow1 that makes it easier to set up and operate end-to-end data pipelines in the cloud at scale.
Content language: English
Select up to 5 tags to filter
Sort by most recent
196 results
When trying to create an MWAA Environment, I'm having an error trying to create the default VPC:
Template URL
https://mwaa-downloads.s3-us-west-2.amazonaws.com/mwaa-vpc-cfn-template.yaml
Yields:
S3...
I am using MWAA 2.10.1 version and this is the requirement file i am using and it was throwing a error while importing the dag by stating that the "No module named snowflake". Could you please suggest...
**->The workers and schedulers from MWAA are able to download things from the target instance on port 443 (repository, internally hosted) but the MWAA web server cannot, get's time out when tries to ...
We're running MWAA 2.10.1 on a private network, so I had to package my Python packages in a plugin.zip, as well as the constraints, but we are seeing this error when attempting to install:
```2024-12-...
I set up a new Airflow MWAA environment in the London zone, but it can’t see any DAG files under the ‘dags’ folder and is not rendering the DAG list. I checked the role and bucket permissions used by ...
Hello all,
I have created private mwaa environment.
Airflow version = 2.8.1
Environment class = mw1.small
Workers count with default values.
Region is eu-north-1
Added the following settings:
cel...
Hello all,
I have created public mwaa environment.
Airflow version = 2.8.1
Environment class = mw1.small
Workers count with default values.
Region is eu-north-1
Added the following settings:
cele...
Recently without any changes done to my MWAA environment or the tasks running, tasks now fail with a high probability as soon as their initially run without any logs being generated in the worker or t...
Since we update MWAA version to 2.7.2+ we start facing issue when using [Dynamic Task Mapping](https://airflow.apache.org/docs/apache-airflow/stable/authoring-and-scheduling/dynamic-task-mapping.html)...
I was trying to upgrade the version of Apache Airflow from 2.2.2 to 2.10.2 but I was getting the error with installing the packages in the requirement.txt file in dbt-redshift , dbt-postgres , dbt-cor...
Specifically I'm getting the banner error:
```
Broken plugin: [/usr/local/airflow/plugins/custom_operators/databricks.py] No module named 'airflow.providers.databricks'
```
I am using the operator de...