dbt-labs / hubcap

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

Update hub.json for DataLakehouse.io #282

Closed guilhermealc closed 1 year ago

guilhermealc commented 1 year ago

changing org name, to match current DataLakehouse branding.

Description

Just changing the org name

Link to your package's repository:

Checklist

This checklist is a cut down version of the best practices that we have identified as the package hub has grown. Although meeting these checklist items is not a prerequisite to being added to the Hub, we have found that packages which don't conform provide a worse user experience.

First run experience

Customisability

Dependencies

Dependencies on dbt Core

Versioning

dbeatty10 commented 1 year ago

@joellabes we have instructions here for adding/renaming packages. But we don't yet have instructions documented how to rename an org within hubcap / hub.getdbt.com.

So before merging this PR, we'll want to:

  1. Figure out what those instructions are
  2. Add them here
  3. Follow them for this PR
dbeatty10 commented 1 year ago

@guilhermealc to make sure we tie off all loose ends, could you open an associated PR within https://github.com/dbt-labs/hub.getdbt.com that follows these instructions?

You've already done Step 1 (this PR). You'd just need to do Steps 2 and 3.

Could you respond back to this thread when that is complete?

guilhermealc commented 1 year ago

@dbeatty10 , these instructions looks related to changing the package name. In our case we just want to change the organization name. But our organization in GitHub is still named as Datalakehouse.... would that still be possible without changing our org name in github?

dbeatty10 commented 1 year ago

But our organization in GitHub is still named as Datalakehouse.... would that still be possible without changing our org name in github?

We utilize the organization in GitHub to list out all the packages listed at https://hub.getdbt.com/, so you'd need to change your GitHub org name if you want it to display differently within the dbt Package Hub.

With that information, do you want to proceed with this pull request, or would it be more appropriate to close it?

guilhermealc commented 1 year ago

Gotcha @dbeatty10 , in this case I'll close the PR and open a new one when/if we have our org name updated. Thanks!