aws / aws-mwaa-local-runner

This repository provides a command line interface (CLI) utility that replicates an Amazon Managed Workflows for Apache Airflow (MWAA) environment locally.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

package-requirements does not consider subfolders

silvadenisaraujo opened this issue · comments

Hey team,

We have a scenario we have already some custom plugins inside plugins/ and when we run ./mwaa-local-runner package-requirements to properly pack the requirements we don't get our files as well. So I would like to suggest that we add a -r flag in the zip command. What do you think?

Best!