diff --git a/basic/README.md b/basic/README.md index 9dc7240..ae9d6ab 100644 --- a/basic/README.md +++ b/basic/README.md @@ -38,8 +38,8 @@ poetry add \ poetry remove ### 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