From the course: Introduction to Modern Data Engineering with Snowflake
Unlock this course with a free trial
Join today to access over 24,400 courses taught by industry experts.
Automatic transformations with dynamic tables - Snowflake Tutorial
From the course: Introduction to Modern Data Engineering with Snowflake
Automatic transformations with dynamic tables
Earlier, we covered streams, and you learned that streams give you an incredible amount of control over your data transformations. With streams, you can focus on processing incremental changes to an underlying table, but you can go even further by focusing on specific types of changes, too. For example, if you wanted to focus on processing only delete operations against an underlying table, you could do that with a stream, but even with this fine-tuned control, you'll still need to make choices around what you'll do with the data tracked by the stream. And if you have a lot of streams coupled with automation, this can get complex pretty quickly. Depending on what you're trying to do, a dynamic table might be a better option for you. A dynamic table in Snowflake is a special type of table that automatically updates itself with the latest data using a predefined query. This helps ensure that the table always reflects the most current information from its source tables. Unlike a stream…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
-
(Locked)
What are data transformations?2m 19s
-
(Locked)
Data transformations with SQL5m 38s
-
(Locked)
Data transformations with snowpark7m 7s
-
(Locked)
Computations with user-defined functions7m 15s
-
(Locked)
Efficient transformations with streams8m 9s
-
(Locked)
Complex procedural logic with stored procedures6m 31s
-
(Locked)
Automatic transformations with dynamic tables8m 7s
-
(Locked)
Data transformations in visual studio code (optional)4m 34s
-
(Locked)
Recap and best practices for data transformations1m 39s
-
(Locked)
-
-