My weekend immersion in Dagster, from pipeline creation to Kubernetes set up, what I learned, what I loved, what I hated — Table of content — Install and spin up Dagster locally
— Install Dagster on Kubernetes
— — Define a folder structure
— — Specify assets
— — Define partitions to read your input data
— — Link two assets together
— — Create a pipeline definition
— — Docker to build the Dagster…