VOOZH about

URL: https://www.coursera.org/learn/data-engineering-snowflake

⇱ Introduction to Modern Data Engineering with Snowflake | Coursera


Introduction to Modern Data Engineering with Snowflake

Introduction to Modern Data Engineering with Snowflake

15,688 already enrolled

Included with

β€’

Learn more

Ask Coursera

Gain insight into a topic and learn the fundamentals.
4.7

144 reviews

Intermediate level

Recommended experience

6 hours to complete
Flexible schedule
Learn at your own pace

Gain insight into a topic and learn the fundamentals.
4.7

144 reviews

Intermediate level

Recommended experience

6 hours to complete
Flexible schedule
Learn at your own pace

What you'll learn

  • How to use Snowflake to ingest data at scale, perform data transformations against data, deliver data products, and orchestrate data pipelines

Details to know

Shareable certificate

Add to your LinkedIn profile

Assessments

5 assignments

Taught in English

Build your Software Development expertise

This course is part of the Snowflake Data Engineering Professional Certificate
When you enroll in this course, you'll also be enrolled in this Professional Certificate.
  • Learn new concepts from industry experts
  • Gain a foundational understanding of a subject or tool
  • Develop job-relevant skills with hands-on projects
  • Earn a shareable career certificate from Snowflake

There are 5 modules in this course

This is a technical, hands-on course that teaches learners how to build modern and continuous data pipelines with Snowflake. It focuses specifically on the most practical Snowflake concepts and tools to get learners up and running quickly with building data pipelines.

Learners start by learning about the "Ingestion-Transformation-Delivery" framework for modern data engineering, and dive deeper into each component of the framework by learning how to: - Ingest data into Snowflake at scale using a variety of powerful techniques - Perform data transformations with SQL or Snowpark - Extend data transformations with user-defined functions, stored procedures, streams, and Snowflake Dynamic Tables - Deliver valuable data products through Snowflake Marketplace, Streamlit in Snowflake, and Snowflake Native Applications - Orchestrate pipelines using tasks and DAGs Throughout the course, learners follow along with the instructor using a combination of Snowflake, Visual Studio Code, GitHub, and the command line. The course is supplemented with readings containing plenty of resources to level up the learner's understanding of specific concepts. Learners come away understanding how to build end-to-end, continuous data pipelines with Snowflake.

Learners understand how the explosion of data in recent years has led to an increased demand for extracting insights from that data, giving rise to data engineering. They'll understand previous data engineering approaches, modern data engineering approaches using Snowflake, and contextualize data engineering with the Ingestion-Transformation-Delivery ("ITD") framework. They also prepare their development environment and build a simple data pipeline with Snowflake.

What's included

6 videos2 readings1 assignment

6 videosβ€’Total 28 minutes
  • The explosion of data and the demand for insights β€’3 minutes
  • What we’ll cover in this courseβ€’3 minutes
  • Modern data engineering with Snowflakeβ€’4 minutes
  • You’ve probably done some data engineering in the pastβ€’4 minutes
  • Preparing your development environmentβ€’4 minutes
  • Build a really simple data pipeline in Snowflakeβ€’10 minutes
2 readingsβ€’Total 20 minutes
  • How to successfully complete the courseβ€’10 minutes
  • Have Questions? Join the Q+A Forum for this courseβ€’10 minutes
1 assignmentβ€’Total 15 minutes
  • Module 1 Assessment (Knowledge Check)β€’15 minutes

Learners learn how to ingest data into Snowflake at scale using various, powerful techniques. They specifically load data into Snowflake using the Snowflake Marketplace, the Snowflake web interface (Snowsight), the Snowflake CLI, and the powerful COPY INTO SQL command. Learners also understand how to ingest data from external systems using Snowflake native connectors, and how to optimize data ingestion by fully utilizing a virtual warehouse.

What's included

9 videos3 readings1 assignment

9 videosβ€’Total 50 minutes
  • What is data ingestion?β€’4 minutes
  • Batch ingestion with Snowflakeβ€’4 minutes
  • Loading data from Snowflake Marketplaceβ€’6 minutes
  • Loading data using Snowflake’s web interfaceβ€’7 minutes
  • Optimize compute resources for efficient batch ingestionβ€’7 minutes
  • Loading data using Snowflake CLIβ€’8 minutes
  • Loading data using the COPY INTO commandβ€’8 minutes
  • Ingesting data from other data systems using connectorsβ€’2 minutes
  • Recap and best practices for batch ingestionβ€’3 minutes
3 readingsβ€’Total 30 minutes
  • Scenario briefing and account setupβ€’10 minutes
  • Additional resources on batch ingestion with Snowflakeβ€’10 minutes
  • Troubleshooting errors encountered in Module 2β€’10 minutes
1 assignmentβ€’Total 15 minutes
  • Module 2 Assessment (Knowledge Check)β€’15 minutes

Learners perform data transformations using SQL or Snowpark for Python. Learners also understand that they can use Snowpark to perform data transformations with Java and Scala. They also extend their knowledge of data transformations by learning about, creating, and using user-defined functions (UDFs), stored procedures, streams, and Snowflake Dynamic Tables. They also learn how to perform data transformations using these tools outside of Snowflake, specifically in Visual Studio Code using Snowflake's official extension.

What's included

9 videos1 reading1 assignment

9 videosβ€’Total 50 minutes
  • What are data transformations?β€’2 minutes
  • Data transformations with SQLβ€’6 minutes
  • Data transformations with Snowparkβ€’7 minutes
  • Computations with user-defined functionsβ€’7 minutes
  • Efficient transformations with streamsβ€’6 minutes
  • Complex procedural logic with stored proceduresβ€’7 minutes
  • Automatic transformations with Dynamic Tablesβ€’8 minutes
  • Data transformations in Visual Studio Code (Optional)β€’5 minutes
  • Recap and best practices for data transformationsβ€’2 minutes
1 readingβ€’Total 10 minutes
  • Additional resources on data transformations with Snowflakeβ€’10 minutes
1 assignmentβ€’Total 15 minutes
  • Module 3 Assessment (Knowledge Check)β€’15 minutes

Learners understand what a data product is, and what it means to deliver a data product in the context of data engineering. Learners walk through the flow of delivering a dataset using Snowflake Marketplace, build and share a Streamlit in Snowflake application to deliver insights, and deploy a Snowflake Native Application using the Snowflake CLI.

What's included

5 videos1 reading1 assignment

5 videosβ€’Total 21 minutes
  • Delivery of data productsβ€’4 minutes
  • Data sharing on Snowflake Marketplaceβ€’4 minutes
  • Streamlit in Snowflake Applicationsβ€’5 minutes
  • Snowflake Native Applicationsβ€’6 minutes
  • Recap and best practices for data product deliveryβ€’1 minute
1 readingβ€’Total 10 minutes
  • Additional resources on data product delivery with Snowflakeβ€’10 minutes
1 assignmentβ€’Total 15 minutes
  • Module 4 Assessment (Knowledge Check)β€’15 minutes

Learners understand what orchestration means, and how to add automation to data pipelines using tasks. They specifically learn about user-managed and serverless tasks, and create tasks to automate calls to stored procedures. They also create and link tasks together to form a task graph, or DAG, and execute individual tasks and entire DAGs.

What's included

5 videos3 readings1 assignment

5 videosβ€’Total 25 minutes
  • What is orchestration?β€’5 minutes
  • Automation with tasksβ€’8 minutes
  • Orchestration with DAGsβ€’8 minutes
  • Recap and best practices for pipeline orchestrationβ€’1 minute
  • Conclusionβ€’4 minutes
3 readingsβ€’Total 30 minutes
  • Additional resources on orchestration with Snowflakeβ€’10 minutes
  • Troubleshooting errors encountered in Module 5β€’10 minutes
  • Beyond the courseβ€’10 minutes
1 assignmentβ€’Total 30 minutes
  • Course Assessment (Knowledge Check)β€’30 minutes

Earn a career certificate

Add this credential to your LinkedIn profile, resume, or CV. Share it on social media and in your performance review.

Instructor

Instructor ratings
4.9 (50 ratings)

Why people choose Coursera for their career

πŸ‘ Image

Felipe M.

Learner since 2018
"To be able to take courses at my own pace and rhythm has been an amazing experience. I can learn whenever it fits my schedule and mood."
πŸ‘ Image

Jennifer J.

Learner since 2020
"I directly applied the concepts and skills I learned from my courses to an exciting new project at work."
πŸ‘ Image

Larry W.

Learner since 2021
"When I need courses on topics that my university doesn't offer, Coursera is one of the best places to go."
πŸ‘ Image

Chaitanya A.

"Learning isn't just about being better at your job: it's so much more than that. Coursera allows me to learn without limits."

Learner reviews

  • 5 stars

    81.94%

  • 4 stars

    12.50%

  • 3 stars

    2.77%

  • 2 stars

    0.69%

  • 1 star

    2.08%

Showing 3 of 144

AP
Β·

Reviewed on Mar 20, 2025

The course is well-structured and provides a clear introduction to creating data pipelines using Snowflake. The instructor presents the material in a straightforward and approachable manner.

AH
Β·

Reviewed on Sep 22, 2024

Great Course to get to know the SnowFlake Data Engineering Ecosystem hands on. Well organized and presented course from Snowflake

AS
Β·

Reviewed on May 22, 2026

This is a very good course. I came in with some prior knowledge, but it was fragmented. This course brought everything together beautifully.

Frequently asked questions

To access the course materials, assignments and to earn a Certificate, you will need to purchase the Certificate experience when you enroll in a course. You can try a Free Trial instead, or apply for Financial Aid. The course may offer 'Full Course, No Certificate' instead. This option lets you see all course materials, submit required assessments, and get a final grade. This also means that you will not be able to purchase a Certificate experience.

When you enroll in the course, you get access to all of the courses in the Certificate, and you earn a certificate when you complete the work. Your electronic Certificate will be added to your Accomplishments page - from there, you can print your Certificate or add it to your LinkedIn profile.

Financial aid available,