|
|
|
|
|
by legerdemain
1743 days ago
|
|
> It is increasingly common to use this kind of “pipeline-as-YAML”
> configuration to piece together a workflow of pre-built
> components 1. Some real examples of this are TFX components,
> scikit-learn Pipelines, or Airflow DAGs.
Airflow DAGs are Python objects, defined in Python code. |
|