Hi :wave: looking into Meltano for our ingestion f...
# getting-started
c
Hi 👋 looking into Meltano for our ingestion from GCP Cloud SQL into BigQuery. Running:
meltano run tap-postgres target-bigquery
Is there a way to load the data into bigquery columns directly, instead of one json "data" column?
✅ 1
a
https://github.com/z3z1ma/target-bigquery?tab=readme-ov-file#denormalization Assuming you're using the default target? Set
denormalized: true
in your target config
âž• 1
c
Thanks Andy! I thought I had tried that but I forgot to put it inside the
config:
🤦