2

Does Snowflake support realtime JSON data ingestion into tables using Kafka Connector with varying columns without predefining the schema? Also, is there any reference to the documentation/examples related to it.

Thanks in advance!

Regards, Kishore

kishore k
  • 147
  • 1
  • 8

1 Answers1

2

Yes, Snowflake shines when ingesting JSON data without a predefined schema.

I just wrote about this:

You'll notice that I'm reading JSON objects into a one column table - that column is a "variant" that will parse and optimize JSON objects on ingest.

Docs:

With Kafka:

Felipe Hoffa
  • 54,922
  • 16
  • 151
  • 325