Massimiliano Marcon
11/27/2024, 9:07 AMtarget-postgres
with the following schema definition (shortened):
{"type":"SCHEMA","stream":"data_platform_raw-tbii_daily_gmv_nmv","schema":{"properties":{"platform":{"type":["string","null"]},"at_brand_id":{"type":["integer","null"]} ...
The field at_brand_id
gets created in Postgres with type bigint (i.e int(8)). How can I make target-postgres
create it as a standard integer (i.e. int(4)) ?Edgar Ramírez (Arch.dev)
11/27/2024, 5:35 PMMassimiliano Marcon
11/27/2024, 7:20 PMEdgar Ramírez (Arch.dev)
11/27/2024, 8:51 PMEdgar Ramírez (Arch.dev)
11/27/2024, 9:06 PMMassimiliano Marcon
11/28/2024, 7:10 AMvisch
11/29/2024, 2:01 PMvisch
11/29/2024, 2:01 PM