Which Snowflake objects does the Snowflake Kafka connector use? (Choose three.)
Which Snowflake objects does the Snowflake Kafka connector use? (Choose three.)
The Snowflake Kafka connector uses the following objects: a pipe to ingest data files, an internal user stage to temporarily store data files, and an internal named stage to manage these files. Pipes are essential for data ingestion, internal user stages provide a temporary storage area for the data files, and internal named stages are used to reference the stages for operations within Snowflake.
pipe and internal stages
The connector creates the following objects for each topic: One internal stage to temporarily store data files for each topic. One pipe to ingest the data files for each topic partition. One table for each topic. https://docs.snowflake.com/en/user-guide/kafka-connector-overview
The connector creates the following objects for each topic: One internal stage to temporarily store data files for each topic. One pipe to ingest the data files for each topic partition. One table for each topic.
https://docs.snowflake.com/en/user-guide/kafka-connector-overview One table for each topic. One internal stage to temporarily store data files for each topic
I finally find the solution, a pipe use a "Snowflake-provided virtual warehouse" so a serverless task. For this reason the answer are A, B, E
Sorry I correct my self A,B,D https://docs.snowflake.com/en/user-guide/kafka-connector-overview One table for each topic. One internal stage to temporarily store data files for each topic So table stage
I think that there is an error, kafka connector uses these snowflake objects: - pipe - internal named stage - tables And not internal table stage
https://docs.snowflake.com/en/user-guide/kafka-connector-manage
Is this answer correct?