-
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!: Update aws
to v23.3.1
#264
Merged
kodiakhq
merged 55 commits into
main
from
fix/aws_cloudtrail_trail_event_selectors/v23-schema
Dec 28, 2023
Merged
feat!: Update aws
to v23.3.1
#264
kodiakhq
merged 55 commits into
main
from
fix/aws_cloudtrail_trail_event_selectors/v23-schema
Dec 28, 2023
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
candiduslynx
requested review from
bbernays,
disq,
john-s58,
jsonpr and
ronsh12
and removed request for
a team
November 21, 2023 15:23
disq
approved these changes
Nov 21, 2023
candiduslynx
force-pushed
the
fix/aws_cloudtrail_trail_event_selectors/v23-schema
branch
2 times, most recently
from
November 22, 2023 07:36
0ca3bd0
to
0d5539f
Compare
jsonpr
approved these changes
Nov 28, 2023
candiduslynx
force-pushed
the
fix/aws_cloudtrail_trail_event_selectors/v23-schema
branch
from
November 29, 2023 08:46
0d5539f
to
19300c1
Compare
candiduslynx
force-pushed
the
fix/aws_cloudtrail_trail_event_selectors/v23-schema
branch
from
December 4, 2023 11:21
19300c1
to
221f04d
Compare
@jsonpr could you tak a look once again per the updated location? |
candiduslynx
commented
Dec 28, 2023
yevgenypats
approved these changes
Dec 28, 2023
bbernays
added
automerge
Automatically merge once required checks pass
and removed
no automerge
Block automatic merging
labels
Dec 28, 2023
kodiakhq
bot
deleted the
fix/aws_cloudtrail_trail_event_selectors/v23-schema
branch
December 28, 2023 17:01
This was referenced Dec 28, 2023
kodiakhq bot
pushed a commit
that referenced
this pull request
Jan 17, 2024
…435) 🤖 I have created a release *beep* *boop* --- ## [2.0.0](transformation-aws-asset-inventory-free-v1.1.1...transformation-aws-asset-inventory-free-v2.0.0) (2024-01-17) ### ⚠ BREAKING CHANGES * Update `aws` to `v23.3.1` ([#264](#264)) ### Features * Update `aws` to `v23.3.1` ([#264](#264)) ([d361f9b](d361f9b)) ### Bug Fixes * **deps:** Update dependency dbt-postgres to v1.7.4 ([#473](#473)) ([a7f759a](a7f759a)) * Link to latest versions in README ([#428](#428)) ([44901a2](44901a2)) --- 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
Jan 18, 2024
🤖 I have created a release *beep* *boop* --- ## [2.0.0](visualization-aws-compliance-v1.3.0...visualization-aws-compliance-v2.0.0) (2024-01-17) ### ⚠ BREAKING CHANGES * Update `aws` to `v23.3.1` ([#264](#264)) ### Features * Trigger GCP Free Build Transformations ([5c68bae](5c68bae)) * Trigger GCP Free Build Transformations ([#385](#385)) ([5c68bae](5c68bae)) * Update `aws` to `v23.3.1` ([#264](#264)) ([d361f9b](d361f9b)) --- 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
Jan 18, 2024
🤖 I have created a release *beep* *boop* --- ## [2.0.0](visualization-aws-asset-inventory-v1.0.0...visualization-aws-asset-inventory-v2.0.0) (2024-01-18) ### ⚠ BREAKING CHANGES * Update `aws` to `v23.3.1` ([#264](#264)) ### Features * Trigger GCP Free Build Transformations ([5c68bae](5c68bae)) * Trigger GCP Free Build Transformations ([#385](#385)) ([5c68bae](5c68bae)) * Update `aws` to `v23.3.1` ([#264](#264)) ([d361f9b](d361f9b)) --- 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
Jan 22, 2024
🤖 I have created a release *beep* *boop* --- ## [2.0.0](visualization-aws-data-resilience-v1.1.0...visualization-aws-data-resilience-v2.0.0) (2024-01-22) ### ⚠ BREAKING CHANGES * Update `aws` to `v23.3.1` ([#264](#264)) ### Features * Trigger GCP Free Build Transformations ([5c68bae](5c68bae)) * Trigger GCP Free Build Transformations ([#385](#385)) ([5c68bae](5c68bae)) * Update `aws` to `v23.3.1` ([#264](#264)) ([d361f9b](d361f9b)) ### Bug Fixes * Some graphs were querying the wrong view ([#510](#510)) ([3fbfe31](3fbfe31)) --- 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
to cloudquery/cloudquery
that referenced
this pull request
Feb 9, 2024
Follow-up for cloudquery/policies#264 ARNs are constructed based on https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonguardduty.html#amazonguardduty-resources-for-iam-policies Based on the [`CreateDetector` API documentation](https://docs.aws.amazon.com/guardduty/latest/APIReference/API_CreateDetector.html) we don't need to use `request_account_id` & `request_region` columns, but rather their plain variants (`account_id` & `region` respectively). The only issue is `aws_guardduty_detector_members` table, where `account_id` is a part of the resource itself. It's solved by renaming the resource `account_id` column to `member_account_id`.
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.
Depends on cloudquery/cloudquery#15400