Skip to main content
Photo by Todd Cravens on Unsplash

Solving the “it works on my machine” issue using Docker

| Uncategorized | No Comments
Docker has revolutionized the way applications are developed, tested, and deployed. It addresses several common problems in software development, including inconsistent environments, difficulty in scaling applications, and issues with dependency…

Apache Airflow vs Dagster for Data Orchestration

| Uncategorized | No Comments
In my last blog, I briefly described Dagster. In data engineering, effective orchestration tools are essential for managing increasingly complex data workflows. Among the most popular solutions are Apache Airflow…
Dagster's logo resembles an octopus.

Using Dagster as a data orchestration tool: some examples

| dbt, Uncategorized | No Comments
Dagster is an innovative open-source data orchestrator which offers a robust solution for designing, testing, and running data pipelines. This blog post explores Dagster's unique features through practical, non-code examples,…

How to read files from a Snowflake Internal Stage in Coalesce.io

| Coalesce, Snowflake, Uncategorized | No Comments
When working with Snowflake and Coalesce.io to build a modern data pipeline, one of the most essential tasks is reading files from Snowflake’s internal stages. These stages serve as the…