tool · inferred from evidence
Astro CLI
A command-line interface tool for Astro, version 1.19.1 fixed the DAG integrity check issue.
- astro deploy fails on v1.19.0 with ERROR file or directory not found .astro/test_dag_integrity_default.py
CLI 1.19.0 added a DAG integrity check that needs `.astro/test_dag_integrity_default.py` inside the image, but if your `.dockerignore` excludes `.astro` the check fails. Quick fix: add `!.astro/test_dag_integrity_default.py` to your `.docke