Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rpalloni authored May 17, 2022
1 parent 1dd73a9 commit a20f132
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions basic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ poetry add <libname> \
poetry remove <libname>

### airflow DAGs and tasks
DAG (Directed Acyclic Graph): scheduling layer of tasks pipeline with a unique direction \
Tasks are atomic and indipendent from other tasks in the pipeline.
DAG (Directed Acyclic Graph): scheduling layer of tasks pipeline with a unique direction. \
Tasks are atomic and indipendent from other tasks in the pipeline. \
For each task, save result in a file/db for subsequent processing use sensor to check file presence

xcom: save/retrieve task result (1GB) in a variable to be used by another task
Expand Down

0 comments on commit a20f132

Please sign in to comment.