fix(gcp-resources): Add update_time to PKs of gcp_cloudiot_device_states#6552
Conversation
This PR has the following changes to source plugin(s) tables:
|
|
I think in that case the right pk is |
Is it guaranteed that |
36efa8f to
baf13c9
Compare
OK let's try with |
|
Something is up with the test failures, not sure why it fails the PK validation |
project_id and device_name as PKs of gcp_cloudiot_device_statesupdate_time to PKs of gcp_cloudiot_device_states
734266c to
fb3ca98
Compare
|
Blocked by cloudquery/plugin-sdk#596, a bug in our type system |
|
The real blocker is cloudquery/plugin-sdk#597 |
|
Another correction, we should be handling this in . I'll check why it's not working |
fb3ca98 to
6398326
Compare
OK so I just used the wrong resolver |
🤖 I have created a release *beep* *boop* --- ## [7.1.1](plugins-source-gcp-v7.1.0...plugins-source-gcp-v7.1.1) (2023-01-11) ### Bug Fixes * **gcp-resources:** Add `update_time` to PKs of `gcp_cloudiot_device_states` ([#6552](#6552)) ([b78eca5](b78eca5)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Summary
Similar to #6551