There are some pre-existing instructions here, but they should be more explicit, imo.
Based on https://github.com/dbt-labs/hub.getdbt.com/pull/1539/files, it looks like the process is similar to:
Example
- Original
dbt_package.yml file created within a GitHub repo named CerebriumAI/airbyte_dbt_github
- github org name: CerebriumAI
- github repo name: airbyte_dbt_github
- dbt package name: github
- Repo for package added to
hub.json
- github org name: CerebriumAI
- github repo name: airbyte_dbt_github
- Changed dbt package name from
github to airbyte_github
- github org name: CerebriumAI
- github repo name: airbyte_dbt_github
- dbt package name: airbyte_github
- Updated
data/blocklist.json and data/packages/ORG_NAME/OLD_PACKAGE_NAME/index.json to redirect to new dbt package name
There are some pre-existing instructions here, but they should be more explicit, imo.
Based on https://github.com/dbt-labs/hub.getdbt.com/pull/1539/files, it looks like the process is similar to:
Example
dbt_package.ymlfile created within a GitHub repo namedCerebriumAI/airbyte_dbt_githubhub.jsongithubtoairbyte_githubdata/blocklist.jsonanddata/packages/ORG_NAME/OLD_PACKAGE_NAME/index.jsonto redirect to new dbt package name