SnowPro Advanced: Architect — Question 184

An Architect is designing multiple data pipelines to ingest, transform, and consume data in Snowflake in support of a newly-developed application. While the development team has significant SQL expertise, most members lack experience with Python.

Which architecture design will meet these requirements using the LEAST amount of operational overhead?

Answer options

Correct answer: D

Explanation

Option D is the correct choice as it utilizes dynamic tables that simplify the ingestion process while managing operational overhead effectively. The TARGET LAG = DOWNSTREAM parameter allows for efficient data flow management without additional complexities. Options A, B, and C introduce either higher operational overhead or complexities that are not necessary given the team's SQL expertise.