-
Notifications
You must be signed in to change notification settings - Fork 180
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add astro cli project to run airflow+dagfactory #267
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #267 +/- ##
=======================================
Coverage 93.96% 93.96%
=======================================
Files 8 8
Lines 630 630
=======================================
Hits 592 592
Misses 38 38 ☔ View full report in Codecov by Sentry. |
remove scripts/entrypoint.sh Replace copy to whl build Apply feedback Apply feedback
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for addressing all the feedback, @pankajastro , this is invaluable for us to validate DAG factory in Astro
Summary: This PR introduces the Astro CLI project into the repository and removes the legacy Dockerfile.
Changes:
closes: #193