You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Fix] Fixed reading of permissions for SQL objects (#3800)
## Changes
<!-- Summary of your changes that are easy to understand -->
The `object_id` for legacy SQL objects didn't have a correct format, and
now requires a special handling.
The error wasn't caught because we didn't have integration tests for SQL
objects permissions, and object IDs in the unit test weren't matching to
actual payload.
Fixes#3799
## Tests
<!--
How is this tested? Please see the checklist below and also describe any
other relevant tests
-->
- [x] `make test` run locally
- [ ] ~relevant change in `docs/` folder~
- [x] tested manually import of resources
- [x] covered with integration tests in `internal/acceptance`
- [x] relevant acceptance tests are passing
- [ ] ~using Go SDK~
Co-authored-by: Tanmay Rustagi <[email protected]>
0 commit comments