blogpost-figure

Unit testing Airflow DAGs

Jan 6, 2025

How to unit test Airflow DAGs and tasks

#python
#orchestration
#airflow
#testing
#short
blogpost-figure

Airflow on local machine

Dec 16, 2024

How to set up Airflow locally

#python
#orchestration
#airflow
#short
blogpost-figure

Orchestration Wars - Airflow

Dec 2, 2024

What you need to know before using Airflow

#python
#orchestration
#airflow
blogpost-figure

Data Orchestration via Events

Oct 7, 2024

Orchestrating data pipelines across systems and teams without relying on a platform

#python
#lineage
#orchestration
#design
blogpost-figure

Python Transactions

Sep 2, 2024

How to write a utility Python decorator for a transaction

#python
#decorator
#opinionated
blogpost-figure

How to extract a graph from your Python function

Aug 5, 2024

How to statically analyze the operations done by a Python function

#python
#lineage
blogpost-figure

Data Lineage via OpenLineage - The Easy Way

Jul 1, 2024

Data Lineage and emitting OpenLineage events via Python decorator

#python
#lineage
blogpost-figure

Highlights from PyCon DE & PyData Berlin 2024

May 6, 2024

The Engineer's Highlights from PyCon DE & PyData Berlin 2024

#python
#conference
blogpost-figure

The Lost Art of Documentation

Apr 1, 2024

How and when to document your code

#opinionated
blogpost-figure

PySpark jar dependencies

Mar 18, 2024

How to add jar dependencies to pyspark

#pyspark
#how-to
#short
blogpost-figure

PySpark by download

Mar 4, 2024

How to set up pyspark by downloading

#pyspark
#how-to
#short
blogpost-figure

PySpark with Docker

Feb 19, 2024

How to set up pyspark with Docker

#pyspark
#docker
#how-to
#short
blogpost-figure

Spark UDFs

Feb 5, 2024

The different ways to use UDFs in pyspark

#pyspark
#python
#java
blogpost-figure

Spark and all the versions

Jan 15, 2024

Spark, Python, Java, pyarrow, which versions work together?

#pyspark
blogpost-figure

PySpark with pip

Jan 8, 2024

How to set up pyspark with pip

#pyspark
#python
#pip
#how-to
#short
blogpost-figure

PySpark with conda

Jan 1, 2024

How to set up pyspark with conda

#pyspark
#conda
#how-to
#short