feat: Add SensitiveColumns to tables schema#2134
Merged
kodiakhq[bot] merged 7 commits intomainfrom May 9, 2025
Merged
Conversation
Contributor
Author
|
Needs a |
Member
|
Does this work with:
|
Contributor
Author
This is analogical to PermissionsNeeded, meaning it could contain whatever strings we need for each table, then it's on the transformer side to handle the more complicated cases, which I believe it does as per the docs https://hub.cloudquery.io/plugins/transformer/cloudquery/basic/latest/docs
This we'd have to investigate Edit: |
…feature/eng-1033-allow-specifying-sensitive-table-columns-in-the-sdk
blesniewski
commented
May 7, 2025
murarustefaan
approved these changes
May 8, 2025
przste-go
approved these changes
May 9, 2025
erezrokah
approved these changes
May 9, 2025
…table-columns-in-the-sdk
kodiakhq bot
pushed a commit
that referenced
this pull request
May 9, 2025
🤖 I have created a release *beep* *boop* --- ## [4.80.0](v4.79.1...v4.80.0) (2025-05-09) ### Features * Add SensitiveColumns to tables schema ([#2134](#2134)) ([e95674f](e95674f)) ### Bug Fixes * **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.13.9 ([#2143](#2143)) ([77d4b9b](77d4b9b)) --- 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
May 15, 2025
#### Summary Adds automatic obfuscation transformation basing on the new metadata field added in cloudquery/plugin-sdk#2134
This file contains hidden or 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
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.
Use the following steps to ensure your PR is ready to be reviewed
go fmtto format your code 🖊golangci-lint run🚨 (install golangci-lint here)