We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a397398 commit 255333aCopy full SHA for 255333a
setup.py
@@ -63,7 +63,7 @@ def read(*names, **kwargs):
63
python_requires=">=3.8",
64
install_requires=[
65
"click~=8.1.7",
66
- "dbt-artifacts-parser~=0.9.0",
+ "dbt-artifacts-parser @ git+https://github.com/mdesmet/dbt-artifacts-parser.git@fix/dbt-cloud-manifest",
67
"ruamel.yaml~=0.18.6",
68
"tabulate~=0.9.0",
69
"requests>=2.31",
0 commit comments