Getting Started with SnowSQL: Connecting to Your Snowflake Account

2 weeks ago
geohernandez

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

4 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

6 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

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

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

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

Getting the last modified directory with Python

2 years ago

Working with os paths is a prevalent task, especially when working on a console application in Python. Recently, I had…

First steps for configuring SQL Server with Docker

2 years ago

Sometimes, our working habits could experiment some interesting changes, maybe forced by real needs or even simply for the valid…