Skip to main content

Posts Tagged ‘Snowpipe’

Istock 1366415101

SnowPipe: A Feature of Snowflake to Load Continuous Data

Introduction In this blog, we will discuss Snowpipe, a very important feature of Snowflake. SnowPipe allows you to automatically load data as soon as files appear in a particular bucket. When new files are added to the bucket, they are automatically loaded into the specified table. This is especially important when it comes to transactional […]

Two programmers working on some coding together

Snowflake Best Practices for Data Engineering

We often end up creating a problem while working on data. So, here are few best practices for data engineering using Snowflake: 1. Transform your data incrementally: A common mistake novice data engineers make is writing huge SQL statements that join, aggregate, and process many tables, misunderstanding that this is an efficient way to work. […]