Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 526 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (10 loc) · 526 Bytes

Installing and Running Tests

See the README in the integration_tests directory

Creating a Release

  1. Build and test the project locally against Postgres using make init and then make test
  2. Create a release branch
  3. Bump the version number in dbt_project.yml
  4. To update published docs site, from the integration tests directory, run make ../docs
  5. Merge release branch to main
  6. Create a tag and cut a release in GitHub

Note: No further action is necessary to publish the package to the dbt Package Hub