Forum Discussion

anayak's avatar
anayak
New Contributor III
4 years ago
Solved

Loading jsonb postgres data

How can I load JSONB data using Postgres snaps? I’m able to load the data as TEXT type but not as JSONB type.
Below is how I’m setting up my pipeline for inserting data to postgres db:

Any answers would be appreciated!