Skip to content
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

Update id columns to use proto.ColumnType_INT for tables gcp_compute_instance_template, gcp_compute_network, gcp_compute_target_https_proxy and gcp_compute_target_pool #426

Merged
merged 1 commit into from
Jan 11, 2023

Conversation

karanpopat
Copy link
Contributor

Example query results

Results
> select id, name from gcp_compute_instance_template
+---------------------+-----------------------------------------------------+
| id                  | name                                                |
+---------------------+-----------------------------------------------------+
| 7238835869234810961 | delete-5jan-rk-instance-group-1-instance-template-1 |
+---------------------+-----------------------------------------------------+

> select id, name from gcp_compute_network limit 2
+---------------------+-------------------+
| id                  | name              |
+---------------------+-------------------+
| 428975955104606396  | turbottest2037    |
| 2257324205686403466 | legacy-network176 |
+---------------------+-------------------+

@misraved misraved merged commit 633f9a0 into main Jan 11, 2023
@misraved misraved deleted the issue-425-column-id-shows-incorrect-value branch January 11, 2023 13:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Column id shows incorrect value where column type is Type: proto.ColumnType_DOUBLE
2 participants