1
0
mirror of synced 2025-12-26 14:02:10 -05:00
Files
airbyte/docs/integrations/sources/faker-migrations.md
Edward Gao 1f5c16a3d5 Source faker: change some fields to be integer (#29213)
* change some fields to be integer

* logistics

* fix tests?

* more fix tests?

* fine, breaking change :P

* migration doc

* metadata

* cat config

* uh
2023-08-08 17:31:18 -07:00

428 B

Sample Data (Faker) Migration Guide

Upgrading to 5.0.0

Some columns are narrowing from number to integer. You may need to force normalization to rebuild your destination tables by manually dropping the SCD and final tables, refreshing the connection schema (skipping the reset), and running a sync. Alternatively, you can just run a reset.

Upgrading to 4.0.0

Nothing to do here - this was a test breaking change.