From the course: Advanced Data Engineering with Snowflake
Unlock this course with a free trial
Join today to access over 25,500 courses taught by industry experts.
Recap and best practices for DevOps with Snowflake - Snowflake Tutorial
From the course: Advanced Data Engineering with Snowflake
Recap and best practices for DevOps with Snowflake
Let's recap everything that you learned about DevOps with Snowflake. By this point, you understand that DevOps is a collection of best practices that enable teams to easily collaborate, track their work, and deploy changes quickly and safely. There's more to it than that, but these are the practices that we explored in this module. For our purposes, we focused on how these practices are commonly realized through the use of collaborative tools, automated workflows, source control, and command-line tooling. We specifically centered on how these practices can be incorporated for data engineering and we implemented them directly into our pipeline. You also learned how Snowflake supports each of these aspects. For source control, you know Snowflake's Git integration makes it easy to keep track of changes to your pipeline. You also saw how Snowflake's declarative functionality, CREATE OR ALTER, makes it easy to incrementally iterate on database objects. Paired with source control, this is a…
Contents
-
-
-
DevOps in the world of data engineering4m 13s
-
(Locked)
DevOps with Snowflake3m 1s
-
(Locked)
What we'll build1m 21s
-
(Locked)
Source control in Snowflake with Git7m 51s
-
(Locked)
Set up the data pipeline using snowflake CLI10m 43s
-
(Locked)
Database change management (DCM)6m 23s
-
(Locked)
Declarative approach with CREATE OR ALTER13m 58s
-
(Locked)
Continuous integration and continuous delivery (CI/CD) for data pipelines4m 1s
-
(Locked)
Implementing continuous delivery for our data pipeline12m 10s
-
(Locked)
Recap and best practices for DevOps with Snowflake2m 22s
-
-