dbt-labs / hubcap

This app adds modules to the hubsite at hub.getdbt.com
13 stars 100 forks source link

Update hub.json #267

Closed aneiderhiser closed 1 year ago

aneiderhiser commented 1 year ago

Description

We would like to remove all the packages under Tuva Health except for The Tuva Project.

dbeatty10 commented 1 year ago

@aneiderhiser The changes in this PR will only stop updating these packages when new git tag versions are added -- it will not remove them from the display on hub.getdbt.com.

To also remove them from display at hub.getdbt.com, you'd need to open a PR at https://github.com/dbt-labs/hub.getdbt.com.

For each package to remove, you would add an entry in data/blocklist.json that looks similar to this: https://github.com/dbt-labs/hub.getdbt.com/pull/1539/files

When you open a PR in dbt-labs/hub.getdbt.com could you tag me with @dbeatty10 so we can review and merge both of these PRs at the same time?

aneiderhiser commented 1 year ago

Thanks @dbeatty10 just opened a PR and tagged you.

tuvaforrest commented 1 year ago

Hey @dbeatty10 , for the_tuva_project, we release a new version (0.3.10) last night, but dbt hub still only reflects the previous version, 0.3.9. Could any of the changes we're making here prevent hubcap from updating the_tuva_project with the latest release?