We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 535f2f6 + 5b4296a commit 5c7d901Copy full SHA for 5c7d901
packages/gooddata-dbt/pyproject.toml
@@ -32,7 +32,7 @@ classifiers = [
32
]
33
34
[project.scripts]
35
-gooddata-dbt = "gooddata_dbt.main:main"
+gooddata-dbt = "gooddata_dbt.dbt_plugin:main"
36
37
[dependency-groups]
38
test = [
packages/gooddata-dbt/src/gooddata_dbt/main.py
@@ -0,0 +1,6 @@
1
+# (C) 2026 GoodData Corporation
2
+"""Compatibility entrypoint for the gooddata-dbt console script."""
3
+
4
+from gooddata_dbt.dbt_plugin import main
5
6
+__all__ = ["main"]
0 commit comments