anayak
4 years agoNew Contributor III
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 ans...
- 4 years ago
Never mind, was able to resolve by casting to jsonb using the execute snap. Thanks!