Skip to content

Commit

Permalink
docs: add colors brilli brilli to the dbt lineage graph (et/somenergi…
Browse files Browse the repository at this point in the history
…a-jardiner!48)

* docs: add colors to nodes in dbt lineage graph
  • Loading branch information
polmonso committed Dec 7, 2023
1 parent f35659b commit 639752c
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
22 changes: 22 additions & 0 deletions dbt_jardiner/dbt_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,24 +36,46 @@ models:
+materialized: view
+tags: jardiner
raw:
+docs:
node_color: "#d17f4c"
dset:
+tags: dset
intermediate:
+docs:
node_color: "#d05808"
dset:
+tags: dset
marts:
+docs:
node_color: "gold"
dset:
+tags: dset
legacy:
+tags: legacy
operational:
+docs:
node_color: "#f0cc97"
+materialized: view
+grants:
select: "opendata"

re_data:
+docs:
show: false
node_color: "lightblue"

snapshots:
+docs:
node_color: "#e7bca1"

tests:
+docs:
node_color: "#84b4bc"

seeds:
dbt_jardiner:
jardiner:
+tags: jardiner
legacy:
+tags: legacy

Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{{ config(materialized='table') }}
{{ config(materialized='table',
docs={'node_color': '#d05808'}) }}

{# TODO falta afegir
- l'iMHèCIL
Expand Down

0 comments on commit 639752c

Please sign in to comment.