From f2ca7ebe8b47c5f694813948b559641ba56c5fd6 Mon Sep 17 00:00:00 2001 From: Michiel De Smet Date: Thu, 2 Oct 2025 13:30:09 -0700 Subject: [PATCH] fix: use forked dbt-artifacts-parser --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b9552ad0..00c2396c 100755 --- a/setup.py +++ b/setup.py @@ -63,7 +63,7 @@ def read(*names, **kwargs): python_requires=">=3.8", install_requires=[ "click~=8.1.7", - "dbt-artifacts-parser~=0.9.0", + "dbt-artifacts-parser @ git+https://github.com/mdesmet/dbt-artifacts-parser.git@2c0810ee557feeeaca66a8c46a0b764bb8f3a0bc", "ruamel.yaml~=0.18.6", "tabulate~=0.9.0", "requests>=2.31",