Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

v0.17.0 package tidy up #52

Closed
9 tasks done
clrcrl opened this issue Jun 15, 2020 · 1 comment
Closed
9 tasks done

v0.17.0 package tidy up #52

clrcrl opened this issue Jun 15, 2020 · 1 comment

Comments

@clrcrl
Copy link
Contributor

clrcrl commented Jun 15, 2020

Repo checklist:

Urgent:

  • A require-dbt-version parameter in the dbt_project.yml:
require-dbt-version: [">=0.17.0", "<0.18.0"]
  • The dbt_project.yml is in version 2 format (upgrading docs)
  • Any sample dbt_project.yml snippets in the README.md are in v2 syntax (especially for packages that use vars
  • Release is of format major.minor.patch, e.g. 1.0.0
  • A license (example)
  • If this package relies on dbt-utils, make sure the range allows v0.4.x
packages:
  - package: fishtown-analytics/dbt_utils
    version: ["???", "<0.5.0"]

Integration tests

If this package has integration tests:

  • The dbt_project.yml of the integration tests is in v2 format
  • CircleCI uses python v3.6.3
  • The dbt_project.yml does not have a require-dbt-version config (it should be inherited from the package)
@clrcrl clrcrl changed the title Package tidy up v2 v0.17.0 package tidy up Jun 15, 2020
@clrcrl
Copy link
Contributor Author

clrcrl commented Jun 16, 2020

Closed by #53

@clrcrl clrcrl closed this as completed Jun 16, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant