aws / amazon-mwaa-docker-images

Apache License 2.0
24 stars 11 forks source link

Create required log groups if not existing when executing run.sh for local development #129

Open ashishgo-aws opened 1 month ago

ashishgo-aws commented 1 month ago

Overview

When running the Airflow containers via run.sh file, it does not create the log group which each Airflow container reports logs to. This leads to error messages regarding the groups being missing and there are no logs reported to CloudWatch.

Acceptance Criteria

The error message is gone and logs are available.