From 47f91a6fd96289a2fc5801359af8c960632cd10d Mon Sep 17 00:00:00 2001 From: NiallRees Date: Fri, 12 Mar 2021 10:42:29 +0000 Subject: [PATCH] Use absolute image url so that it loads in dbt hub --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef108fec..5d60c696 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Models included: The critical path model determines the slowest route through your DAG, which provides you with the information needed to make a targeted effort to reducing `dbt run` times. For example: -![Critical Path](critical_path.png) +![Critical Path](https://github.com/tailsdotcom/dbt_artifacts/raw/main/critical_path.png) ## Installation