Friday, March 21 2025

Real-Time Error Alerts from Snowflake Stored Procedures to Slack

1.png, Mar 2025

Introduction In today’s data-driven world, ensuring the reliability of your data pipelines is critical. Snowflake, a powerful cloud data platform, allows you to automate complex workflows using stored procedures. But what happens when a procedure fails? Manually checking logs or waiting for someone  […]

Continue reading

Saturday, September 14 2024

Anomaly Detection using LAG function

STORE_SALE.png, Sep 2024

This article provides an in-depth look at the LAG function, covering its syntax, practical use cases, and how it can enhance your data analysis skills. Understanding the LAG Function The LAG function is an SQL window function that lets you retrieve data from a previous row in the same result set,  […]

Continue reading

Monday, July 1 2024

Getting Started with Coalesce.io

Introduction to Coalesce.io: Transforming Data Integration In today's data-driven world, organizations face the challenge of integrating and managing vast amounts of data from diverse sources. Traditional methods of data integration often involve complex processes, high costs, and significant time  […]

Continue reading

Monday, May 8 2023

A Deep Dive into Data Sharing

Introduction: Big data refers to extremely large datasets that can be analyzed to identify patterns, trends, and associations. The analysis of big data provides insights into various fields, including business, science, and government. However, the challenge with big data is not just analyzing it,  […]

Continue reading

Saturday, May 6 2023

Time Travel In Snowflake

Continue reading

Step-by-step guide on how to load an XML file into a Snowflake database in 6 steps.

In this articles ,  we will learn how to load a XML file in a snowflake database . Step 1: Convert the XML file to a compatible format As mentioned earlier, Snowflake natively supports loading and querying JSON files. Therefore, we need to first convert the XML file to a JSON file using an  […]

Continue reading

Friday, December 9 2022

Intro to the Snowflake Data Cloud

Snowflake-Key-Features.png, Dec 2022

With data’s consistent rise in volume and velocity, organizations seek solutions to process big data and any related challenges. One of the first decisions that organizations take? Adopting a cloud-based model that offers flexibility, scalability, and high performance. Snowflake is one cloud-based  […]

Continue reading

Saturday, October 1 2022

Change Data Capture using Snowflake Streams

Screenshot 2022-10-01 192702.png, Oct 2022

Introduction Change Data Capture (CDC) is a process that identifies and captures changes made to data in a database and then delivers those changes in real-time to a downstream process or system. There are several proven methods through which CDC can be implemented like making use of Audit Columns  […]

Continue reading

- page 2 of 4 -