Skip to content

Commit 5c7d901

Browse files
Merge pull request #1364 from gooddata/snapshot-master-5b4296ab-to-rel/dev
[bot] Merge master/5b4296ab into rel/dev
2 parents 535f2f6 + 5b4296a commit 5c7d901

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

packages/gooddata-dbt/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ classifiers = [
3232
]
3333

3434
[project.scripts]
35-
gooddata-dbt = "gooddata_dbt.main:main"
35+
gooddata-dbt = "gooddata_dbt.dbt_plugin:main"
3636

3737
[dependency-groups]
3838
test = [
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)