Closed benoitgoujon closed 2 years ago
https://docs.getdbt.com/docs/building-a-dbt-project/package-management/
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
Link to the new repo
@benoitgoujon would you want to open a PR for this? :)
Yes sure. Will do!
Cool beans, thank you so much!
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:
Replace them by:
Additional information
Link to the new repo