-
Notifications
You must be signed in to change notification settings - Fork 1
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
feat: Add All Queries from AWS Plugin #166
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
yevgenypats
approved these changes
Oct 30, 2023
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.
Nice! That was fast 🚀
maaarcelino
approved these changes
Oct 30, 2023
This was referenced Nov 16, 2023
kodiakhq bot
pushed a commit
that referenced
this pull request
Nov 17, 2023
🤖 I have created a release *beep* *boop* --- ## [0.1.0](transformation-aws-compliance-free-v0.0.1...transformation-aws-compliance-free-v0.1.0) (2023-11-17) ### Features * Add All Queries from AWS Plugin ([#166](#166)) ([b9f2782](b9f2782)) * DBT tests ([#159](#159)) ([9544114](9544114)) * Reorder things and move to cross platform queries ([#160](#160)) ([2e9e699](2e9e699)) * Updated query instances_should_have_association_compliance_stat… ([#175](#175)) ([41a0a6c](41a0a6c)) * Updated query macro autoscale_or_ondemand ([#178](#178)) ([8cbf273](8cbf273)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
kodiakhq bot
pushed a commit
that referenced
this pull request
Nov 20, 2023
🤖 I have created a release *beep* *boop* --- ## 0.0.1 (2023-11-20) ### Features * Add All Queries from AWS Plugin ([#166](#166)) ([b9f2782](b9f2782)) * DBT tests ([#159](#159)) ([9544114](9544114)) * Updated query instances_should_have_association_compliance_stat… ([#175](#175)) ([41a0a6c](41a0a6c)) * Updated query macro autoscale_or_ondemand ([#178](#178)) ([8cbf273](8cbf273)) ### Miscellaneous Chores * release 0.0.1 ([2e9e699](2e9e699)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds in all of the queries that in the Open Source AWS plugin. It avoids collisions with the existing Snowflake queries by using the DBT adapter for each macro so that each named macro can have a unique implementation for each target
It adds separate tests for DB targets
dev-pg
anddev-snowflake
Once all queries have appropriate support for both targets we can remove the separate tests and have a single test flow that tests all models