From 839be1cc452fe7791f2a7059e691e2e02319885b Mon Sep 17 00:00:00 2001 From: Andrew Moore <8618665+ndrewwm@users.noreply.github.com> Date: Wed, 4 Sep 2024 19:09:15 -0600 Subject: [PATCH] Update overview.md Needs to be a docs block --- dbt_spotify/models/overview.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dbt_spotify/models/overview.md b/dbt_spotify/models/overview.md index af239df..f9a8d17 100644 --- a/dbt_spotify/models/overview.md +++ b/dbt_spotify/models/overview.md @@ -1,3 +1,5 @@ +{% docs __overview__ %} + # dbt Docs: `spotify-tracks` This is the auto-generated docs page for the `dbt_spotify` project within the [spotify-tracks](https://github.com/ndrewwm/spotify-tracks) repo. Here you can browse descriptions of the models built by the project, and view their interdependencies in the site's *lineage graph*. @@ -17,3 +19,5 @@ On model pages, you'll see the immediate parents and children of the model you'r Once expanded, you'll be able to use the `--select` and `--exclude` model selection syntax to filter the models in the graph. For more information on model selection, check out [dbt's docs](https://docs.getdbt.com/docs/model-selection-syntax). Note that you can also right-click on models to interactively filter and explore the graph. + +{% enddocs %}