-
Notifications
You must be signed in to change notification settings - Fork 70
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 the ability to change the deployment type to dag_deploy from the CLI (both for create and update) #1516
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1516 +/- ##
=======================================
Coverage 85.92% 85.93%
=======================================
Files 112 112
Lines 14838 14843 +5
=======================================
+ Hits 12750 12755 +5
Misses 1252 1252
Partials 836 836 ☔ View full report in Codecov by Sentry. |
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.
lgtm
This is needed to support Go 1.21 - Depguard changed to v2 so the default mod changed - Revive was just noisey, so has been removed - I removed some repeated (sub)strings into consts - I also moved a repeated code block (detected by contsnts) into a function
Also switch from using deprecated CircleCI images in favour of the new ones
…c, dag_only for all cases
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 the comments
Description
Add the ability to change the deployment type to dag_deploy from the CLI (both for create and update)
🎟 Issue(s)
Related issue
https://github.com/astronomer/issues/issues/6119
🧪 Functional Testing
Locally
📸 Screenshots
📋 Checklist
make test
before taking out of draftmake lint
before taking out of draft