diff --git a/.circleci/config.yml b/.circleci/config.yml index e7ff245..8c24c87 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -25,7 +25,7 @@ jobs: . venv/bin/activate pip install --upgrade pip setuptools - pip install dbt + pip install --pre dbt mkdir -p ~/.dbt cp integration_tests/ci/sample.profiles.yml ~/.dbt/profiles.yml diff --git a/README.md b/README.md index 30fcab0..e6a586f 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This [dbt package](https://docs.getdbt.com/docs/package-management): ## Installation instructions New to dbt packages? Read more about them [here](https://docs.getdbt.com/docs/building-a-dbt-project/package-management/). -1. Include this package in your `packages.yml` — check [here](https://hub.getdbt.com/fishtown-analytics/segment/latest/) for the latest version number. +1. Include this package in your `packages.yml` — check [here](https://hub.getdbt.com/dbt-labs/segment/latest/) for the latest version number. 2. Run `dbt deps` 3. Include the following in your `dbt_project.yml` directly within your `vars:` block (making sure to handle indenting appropriately). **Update the value to point to your segment page views table**. diff --git a/dbt_project.yml b/dbt_project.yml index 3302476..ef4ea1b 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -1,5 +1,5 @@ name: 'segment' -version: '1.0' +version: '0.6.0' require-dbt-version: ">=0.17.0" config-version: 2 diff --git a/packages.yml b/packages.yml index c3e2128..79c319c 100644 --- a/packages.yml +++ b/packages.yml @@ -1,3 +1,3 @@ packages: - - package: fishtown-analytics/dbt_utils - version: [">=0.4.0", "<0.7.0"] + - package: dbt-labs/dbt_utils + version: [">=0.4.0", "<0.8.0"]