astronomer / astro-cli

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

Live-reload CLI projects on file changes #1745

Open schnie opened 1 week ago

schnie commented 1 week ago

Today DAG files are "reloaded" when they are saved locally because we mount the files from the host filesystem into the containers. This does not work for Dockerfile, packages.txt, or requirements.txt, etc. We should fix this.

Good inspiration for this is tilt (probably without the dedicated UI for now). Tilt CLI experience to start.

https://tilt.dev/