What does a Snowflake Architect need to consider when implementing a Snowflake Connector for Kafka?
A.
Every Kafka message is in JSON or Avro format.
B.
The default retention time for Kafka topics is 14 days.
C.
The Kafka connector supports key pair authentication, OAUTH, and basic authentication (for example, username and password).
D.
The Kafka connector will create one table and one pipe to ingest data for each topic. If the connector cannot create the table or the pipe it will result in an exception.
I think answer is "A": Each Kafka message is passed to Snowflake in JSON format or Avro format.
Only issue with "D" answer is the last part of statement, does Snowflake raising the Exception, if unable to connector cannot create the table or the pipe.
Correction: The answer should be D.
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. If the table specified for each topic does not exist, the connector creates i
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
ywan1600
1 month agoMSIDDIQUI18
5 months, 1 week agocui_li
1 year agocui_li
1 year agoAtomic_Gecko
1 year, 1 month ago