Skip to content

Commit

Permalink
Update dag.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxHalford committed Nov 9, 2023
1 parent a0a68e0 commit 4ee3d8d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lea/views/dag.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,12 +108,19 @@ def to_mermaid(self, schemas_only=False):
%%{init: {"flowchart": {"defaultRenderer": "elk"}} }%%
flowchart TB
subgraph analytics
analytics.finance.kpis(finance.kpis)
analytics.kpis(kpis)
end
<BLANKLINE>
subgraph core
core.customers(customers)
core.orders(orders)
end
<BLANKLINE>
subgraph staging
staging.customers(customers)
staging.orders(orders)
staging.payments(payments)
end
<BLANKLINE>
core.orders --> analytics.finance.kpis
Expand Down

0 comments on commit 4ee3d8d

Please sign in to comment.