Skip to content

feat: Better summary of schema changes#21165

Merged
kodiakhq[bot] merged 2 commits intomainfrom
feat/better_changes_message
Jul 29, 2025
Merged

feat: Better summary of schema changes#21165
kodiakhq[bot] merged 2 commits intomainfrom
feat/better_changes_message

Conversation

@erezrokah
Copy link
Copy Markdown
Member

Summary

Follow up to cloudquery/plugin-sdk#2240

Example error

Loading spec(s) from examples/gcp_to_postgres.yml
Starting migration for: gcp (cloudquery/gcp@v18.20.1) -> [postgresql (grpc@localhost:8888)]
Error: failed to migrate v3 source gcp: rpc error: code = Internal desc = write failed: 
Can't migrate tables automatically, migrate manually or consider using 'migrate_mode: forced'. Non auto migratable tables changes:

gcp_artifactregistry_docker_images:
  - Type changed from "list<item: utf8, nullable>" to "json" for column "tags"

gcp_compute_routes:
  - Column "next_hop_inter_region_cost" added with type "int64"
  - Column "next_hop_med" added with type "int64"
  - Column "next_hop_origin" added with type "utf8"
  - Type changed from "list<item: utf8, nullable>" to "json" for column "tags"

@cq-bot
Copy link
Copy Markdown
Contributor

cq-bot commented Jul 29, 2025

@disq
Copy link
Copy Markdown
Member

disq commented Jul 29, 2025

Nice that the map is processed by key order in the SDK helper.

@erezrokah erezrokah added the automerge Automatically merge once required checks pass label Jul 29, 2025
@kodiakhq kodiakhq bot merged commit 0e20c91 into main Jul 29, 2025
17 checks passed
@kodiakhq kodiakhq bot deleted the feat/better_changes_message branch July 29, 2025 13:03
kodiakhq bot pushed a commit that referenced this pull request Jul 29, 2025
kodiakhq bot pushed a commit that referenced this pull request Jul 29, 2025
kodiakhq bot pushed a commit that referenced this pull request Jul 29, 2025
#### Summary

Similar to #21165.

Updated the contributing docs with a docker compose stack to make it easier to test the plugin.
kodiakhq bot pushed a commit that referenced this pull request Jul 29, 2025
kodiakhq bot pushed a commit that referenced this pull request Jul 29, 2025
kodiakhq bot pushed a commit that referenced this pull request Jul 31, 2025
🤖 I have created a release *beep* *boop*
---


## [8.9.0](plugins-destination-postgresql-v8.8.13...plugins-destination-postgresql-v8.9.0) (2025-07-31)


### Features

* Better summary of schema changes ([#21165](#21165)) ([0e20c91](0e20c91))


### Bug Fixes

* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.88.0 ([#21132](#21132)) ([1db1daa](1db1daa))
* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.88.1 ([#21164](#21164)) ([7450686](7450686))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/plugin/destination/postgresql automerge Automatically merge once required checks pass

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants