A Data Engineer is creating a data pipeline to ingest incremental data from a data source by using streams and tasks in Snowflake. A stream is created on a CUSTOMER_RAW table to track new records and merge them into a CUSTOMER master table through a task that runs every hour.
What happens if the CUSTOMER_RAW table is renamed to CUSTOMER_BASE after the task has run for three days?
Community Discussion
No comments yet. Be the first to start the discussion!
Community Discussion