-
Notifications
You must be signed in to change notification settings - Fork 74
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
Include AWS Tags in Resource Generation #4998
Conversation
@tariqajyusuf is attempting to deploy a commit to the Ethyca Team on Vercel. A member of the Team first needs to authorize it. |
yes please! |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4998 +/- ##
==========================================
- Coverage 86.50% 86.47% -0.04%
==========================================
Files 357 357
Lines 22302 22272 -30
Branches 2946 2946
==========================================
- Hits 19293 19260 -33
- Misses 2495 2497 +2
- Partials 514 515 +1 ☔ 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.
Thanks for making this happen @tariqajyusuf as well as for the patience with the review time!!
There are a couple of items that may need a closer look that I've commented on around handling, (Tags
and TagList
not existing) but I was also curious if we wanted to also look for tags that could be found on Dynamo Datasets. Would it be value-added to do those now in your eyes as well?
Outside of those changes, can you also make a Changelog entry under unreleased
? Happy to jump in and help out as well if you'd like! Apologies I was unable to try and catch up with you synchronously this evening.
I added some checks and made sure that they don't break the tests. I'm still getting a strange issue with an unrelated test On the DynamoDB dataset comment, I think that could make sense to include that but I think that will require some propagating down since the Updated the changelog! |
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.
Looks great @tariqajyusuf - thanks for making those changes and getting this added in!
Passing run #9011 ↗︎
Details:
Review all test suite changes for PR #4998 ↗︎ |
Closes #4997
Description Of Changes
Includes AWS tags as meta fields in resource generation.
Code Changes
get_tagging_resources
to return a full list of resources including tags. Also change downstream flows.Steps to Confirm
Pre-Merge Checklist
CHANGELOG.md
main
downgrade()
migration is correct and works