Skip to content

fix(gooddata-dbt): restore CLI entrypoint resolution#1363

Merged
jaceksan merged 1 commit intogooddata:masterfrom
jaceksan:dx-339-fix-gooddata-dbt-cli
Feb 25, 2026
Merged

fix(gooddata-dbt): restore CLI entrypoint resolution#1363
jaceksan merged 1 commit intogooddata:masterfrom
jaceksan:dx-339-fix-gooddata-dbt-cli

Conversation

@jaceksan
Copy link
Contributor

Summary

  • fix gooddata-dbt console script entrypoint to reference gooddata_dbt.dbt_plugin:main
  • add gooddata_dbt.main compatibility module to keep legacy import paths working
  • resolves runtime failure: ModuleNotFoundError: No module named 'gooddata_dbt.main'

Test plan

  • Install packages/gooddata-dbt into a fresh venv and run gooddata-dbt --help
  • Run repo validation for packages/gooddata-dbt (lint passed; type-check/tests blocked by local uv version mismatch)

JIRA: DX-339

Made with Cursor

Point the console script to dbt_plugin.main and add a compatibility main module so installed gooddata-dbt works across versions.

JIRA: DX-339
risk: low
@jaceksan jaceksan merged commit 5b4296a into gooddata:master Feb 25, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants