Getting Started with Snowflake’s Snowpipe for Data Ingestion on Azure

2 weeks ago
geohernandez

In this post, I'll explain how to take full advantage of Snowflake's Snowpipe for reliable data ingestion, using Azure as…

Integrating Azure Blob Storage with Snowflake: A Guide to Storage Integration and Staging Data

2 weeks ago

This article offers a comprehensive, step-by-step guide for integrating Azure Blob Storage with a Snowflake account hosted on AWS using…

Getting Started with SnowSQL: Connecting to Your Snowflake Account

3 months ago

In this quick guide, we’ll walk through the essential steps to connect to Snowflake using SnowSQL, Snowflake’s powerful command-line interface.…

A new step in my career as a Senior Data Architect

7 months ago

I am thrilled to share that I have embarked on a new professional journey as a Senior Data Architect at…

Data Modeling and its relevance in the Cloud Era

9 months ago

Since 2005, I've immersed myself in the dynamic world of data and its modeling. It's been fascinating to witness how…

Formatting our Postgres scripts with pgformatter in DBeaver

1 year ago

Are you a PostgreSQL enthusiast using DBeaver on a Windows Platform? If you find yourself knee-deep in SQL queries and…

Looking back to Kimball’s approach to Data Warehousing

1 year ago

Over time, it's fascinating to witness how certain concepts, approaches, or visions age. Time, in its inexorable flow, often brings…

List Comprehension and Walrus operator in Python

1 year ago

When we are working with lists, dictionaries, and sets in Python, we have a special syntax, called comprehensions. This feature…

Playing with some Pandas functions and Airflow operators

2 years ago

Recently, I was dealing with a task where I had to import raw information into a staging PostgreSQL Database as…

Using interpolated format strings in Python

2 years ago

The release of Python 3.6 came with exciting functionalities. I want to speak about the feature called interpolated format string…