jose
11/24/2022, 10:42 AMreplication_method = append
What i didn't like on target-bigquery adswerve version is the way it handles the schema changes in the source db. It doesn't seem to sync that with bigquery and it fails if a new field is added in the source table.abhishek_ajmera
11/24/2022, 11:28 AMjose
11/24/2022, 12:19 PMdocker run -v $(pwd):/project -w /project meltano/meltano select tap-postgres table1_report "*"
docker run -v $(pwd):/project -w /project meltano/meltano config tap-postgres set metadata.dw-table1_report.selected true
-- select all columns
docker run -v $(pwd):/project -w /project meltano/meltano config tap-postgres set metadata.dw-table1_report.*.selected true
Is there a better way of doing it?abhishek_ajmera
11/26/2022, 9:52 AMjose
11/28/2022, 11:19 AMabhishek_ajmera
11/28/2022, 6:01 PM--catalog
flag that you can use for that.