astronomer / astro-cli

CLI that makes it easy to create, test and deploy Airflow DAGs to Astronomer
https://www.astronomer.io
Other
361 stars 71 forks source link

Add Airflow Variable fetching from Env Manager to Astro CLI #1715

Open iancmoritz opened 2 months ago

iancmoritz commented 2 months ago

Currently, users can pull connections defined in the Environment Manager to "local" if "secrets fetching" is enabled.

This would also be helpful for Airflow Variables. To do this, replicate the interface of the following PR for Airflow Variables: https://github.com/astronomer/astro-cli/pull/1414