Skip to content

Commit 8be7c4d

Browse files
authored
Merge pull request scribd#42 from bartdegoede/master
Mini typo
2 parents 24ed773 + e2c3367 commit 8be7c4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2020-02-19-modernizing-an-old-data-pipeline.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ around the time when everybody else was building their own orchestration tools,
2222
such as Pinterest's [Pinball](https://github.com/pinterest/pinball), Spotify's
2323
[Luigi](https://github.com/spotify/luigi), or AirBnB's
2424
[Airflow](https://airflow.apache.org/). These tools all perform the same
25-
basic function: process and execute a directed-acyclic-graph (DAG) of "worK",
25+
basic function: process and execute a directed-acyclic-graph (DAG) of "work",
2626
typically associated with a ETL data pipelines.
2727

2828
Today, we have 1500+ tasks and 14 DAGs, with the majority of tasks globbed

0 commit comments

Comments
 (0)