Package hub for dbt.
The hubcap.py
script which generates PRs for new versions of packages is hosted at https://github.com/dbt-labs/hubcap and runs hourly on Heroku. To add a new package to the hub index, create a PR which adds the package name to this file.
Renaming a package involves two steps:
- Redirecting from the old name to the new name
- Removing the old name from the hub homepage
To notify users of a new package name, add a "redirectname"
key to data/packages/ORG_NAME/OLD_PACKAGE_NAME/index.json
.
To remove an old package name from the hub homepage, add it to blocklist.json.
See #1539 for an example of both steps.