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

2 weeks ago
geohernandez

In this post, you'll learn how to set up and configure all the necessary components to enable Snowflake's Snowpipe for…

Quick Guide: BigQuery Service Account Setup Using gcloud

4 weeks ago

In this post, I will guide you through the basic steps for defining a new Service Account and granting different…

The Art of Data Modeling in AI times

3 months ago

In the age of artificial intelligence, where powerful algorithms analyze colossal datasets in seconds, it’s tempting to think that machines…

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

5 months 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

7 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

11 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

1 year 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

2 years 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

2 years ago

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