|
|
|
|
|
by jlaneve
438 days ago
|
|
Disclaimer: author of the SDK here. Airflow actually uses decorators to indicate something is an explicit task in a data pipeline vs just a utility function, so this follows that pattern! It also uses an "operator" under the hood (Airflow's term for a pre-built, parameterized task) which can be subclassed and customized if you want to do any customization. |
|