Join Slack
Powered by
What is the best practice to map such payload into...
# best-practices
a
artem_vysotsky
06/25/2021, 9:34 AM
What is the best practice to map such payload into postgres table? and what will postgres target do by default if such record is sent?
v
visch
06/25/2021, 1:22 PM
Most of the target-postgres varients attempt to denest the json object
e
edgar_ramirez_mondragon
06/25/2021, 3:44 PM
@visch
is right. •
https://github.com/datamill-co/target-postgres
tries to denest everything •
https://github.com/transferwise/pipelinewise-target-postgres/
accepts a
data_flattening_max_level
setting
Open in Slack
Previous
Next