From 91438606d974582534fe91fa74603899b8021129 Mon Sep 17 00:00:00 2001 From: Chaithanya Maisagoni Date: Mon, 16 Nov 2020 10:47:17 -0800 Subject: [PATCH] Updating table of contents with sample dag explanation --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b1589d2..9bce404 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,10 @@ This setup uses [AWS Cloud Development Kit](https://github.com/awslabs/aws-cdk) 1. [What is AWS Fargate](#FargateIntro) 2. [What is Airflow](#AirflowIntro) 3. [How to use this?](#setup) -4. [Configuration Options](#Config) -5. [Understanding Code Structure](#explore) -6. [Some Useful Resources](#resources) +4. [Sample DAG Explanation](#dag_explanation) +5. [Configuration Options](#Config) +6. [Understanding Code Structure](#explore) +7. [Some Useful Resources](#resources) ## What is AWS Fargate ``` @@ -47,7 +48,7 @@ If you want to delete this stack, run following command: $ cdk destroy ``` -## DAG Explanation +## Sample DAG Explanation This stack creates a worflow/DAG, which has 5 tasks ``` start_process >> [odd_task, even_task] >> numbers_task >> on_worker_task