From b284f3e81b5a9a2132f6639b7e5798c61474e9e4 Mon Sep 17 00:00:00 2001 From: LeonardoNatale Date: Wed, 15 Nov 2023 10:39:36 +0100 Subject: [PATCH] fix doctest --- lea/views/dag.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lea/views/dag.py b/lea/views/dag.py index 408117a..be3b199 100644 --- a/lea/views/dag.py +++ b/lea/views/dag.py @@ -155,7 +155,7 @@ def to_mermaid(self, schemas_only=False): staging.customers(customers) staging.orders(orders) staging.payments(payments) - end + end core.orders --> analytics.finance.kpis core.customers --> analytics.kpis