Snowflake
Core Concepts Every Data Engineer Should Know

Search for a command to run...
Articles tagged with #snowflake
Core Concepts Every Data Engineer Should Know

The MERGE INTO statement in Snowflake is a powerful DML command used to synchronize data between a target table and a source table.It combines INSERT, UPDATE, and DELETE operations into one single statement. Types of MERGE Operations in Snowflake Th...

STREAMS In Snowflake, streams (or stream objects) are used to track data changes in a table over time. They’re a Change Data Capture (CDC) mechanism that lets you identify inserts, updates, and deletes that occur on a source table since the last ti...

Data security is a critical part of modern data engineering, and Snowflake provides powerful features to protect sensitive information at scale. In this blog, we’ll explore Column-Level Security, Dynamic Data Masking, Conditional Data Masking, and Ta...

Snowflake offers multiple ways to load data depending on your use case, data size, and the tools you’re comfortable with. 1️⃣ Loading Data from Snowflake Marketplace The Snowflake Marketplace provides free and paid datasets from various providers. Yo...
