Closed geoHeil closed 1 year ago
I think https://github.com/dbt-labs/dbt-codegen/blob/main/packages.yml the references to the packages from DBT hub is the problem. DBT utils itself is already available but from the internal system. I would love to not have to fork/change the reference
This issue has been marked as Stale because it has been open for 180 days with no activity. If you would like the issue to remain open, please comment on the issue or else it will be closed in 7 days.
Although we are closing this issue as stale, it's not gone forever. Issues can be reopened if there is renewed community interest. Just add a comment to notify the maintainers.
Due to an enterprise setting I cannot cirectly load packages from dbt hub. I have mirrored the dbt-codegen to my internal gitlab instance.
However,
fails with:
due to firewalling.
Other packages like dbt-utils work just fine in this way. How can dbt-codegen support such an offline installation as well? I did not find the place where the dbt installer is calling out to dbt hub.