QuestionQ78

Ingest and Process Data

A Data Engineer is building a near-real-time ingestion pipeline that loads data into Snowflake by using the Snowflake Kafka connector. Three Kafka topics will be created.

Which Snowflake objects does the Kafka connector automatically create when it starts?

Choose three
Explanation

The Snowflake Kafka connector creates a named internal stage to temporarily store files for each topic, a pipe to ingest files for each topic partition, and a table for each topic if its specified target table does not already exist.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!