dbt-labs / docs.getdbt.com

The code behind docs.getdbt.com
https://docs.getdbt.com/
Apache License 2.0
118 stars 946 forks source link

Update section on packages following a change of GitHub organization for the dbt_artifacts package #1031

Closed benoitgoujon closed 2 years ago

benoitgoujon commented 2 years ago

Contributions

Link to the page on docs.getdbt.com requiring updates

https://docs.getdbt.com/docs/building-a-dbt-project/package-management/

What part(s) of the page would you like to see updated?

Change the following code snippets of YAML that contain the old organization:

packages:
  - package: tailsdotcom/dbt_artifacts
    version: 0.4.5a2
packages:
  - package: tailsdotcom/dbt_artifacts
    version: [">=0.4.4", "<0.4.6"]
    install-prerelease: true

Replace them by:

packages:
  - package: brooklyn-data/dbt_artifacts
    version: 0.4.5a2
packages:
  - package: brooklyn-data/dbt_artifacts
    version: [">=0.4.4", "<0.4.6"]
    install-prerelease: true

Additional information

Link to the new repo

amychen1776 commented 2 years ago

@benoitgoujon would you want to open a PR for this? :)

benoitgoujon commented 2 years ago

Yes sure. Will do!

amychen1776 commented 2 years ago

Cool beans, thank you so much!