So what abstractions do we have as of today? For example, let’s take the resource abstraction (
Dagster,
Prefect, referred to as an operator in
Airflow). You abstract complex environments and connections away with a simple construct like that. You have the immediate benefits of defining that once and using it in every task or pipeline with context.r...
See more