-
Notifications
You must be signed in to change notification settings - Fork 25
feat: Add SensitiveColumns to tables schema #2134
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 SensitiveColumns to tables schema #2134
Conversation
Needs a |
Does this work with:
|
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
β¦table-columns-in-the-sdk
π€ 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).
Use the following steps to ensure your PR is ready to be reviewed
go fmt
to format your code πgolangci-lint run
π¨ (install golangci-lint here)