From 1ded567e256a3ef1924d8225ec344f40270159a8 Mon Sep 17 00:00:00 2001 From: alickzhang <40373100+alick-at-looker@users.noreply.github.com> Date: Mon, 7 Mar 2022 08:23:47 -0800 Subject: [PATCH] add images for readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 76be24a..2491b76 100644 --- a/README.md +++ b/README.md @@ -135,6 +135,10 @@ $ pipenv run python scripts/deploy_dag.py \ ## 7. Confirm everything is working - Go to your Airflow Composer Env and view the dag to make sure it's running (takes ~15-25 minutes for the data to be generated and uploaded into BQ) + +![composer_dag](images/composer_dag.png) + - Query your BQ table and data! -## 8. Connecting in Looker +![bq_tables](images/bq_tables.png) +