Skip to content

Commit

Permalink
Upgrade dbt-utils v0.7 (#67)
Browse files Browse the repository at this point in the history
* Upgrade dbt-utils v0.7

* Update version, company name
  • Loading branch information
jtcohen6 authored Jul 7, 2021
1 parent 2650dfc commit f63ae8b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**.

Expand Down
2 changes: 1 addition & 1 deletion dbt_project.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 'segment'
version: '1.0'
version: '0.6.0'
require-dbt-version: ">=0.17.0"
config-version: 2

Expand Down
4 changes: 2 additions & 2 deletions packages.yml
Original file line number Diff line number Diff line change
@@ -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"]

0 comments on commit f63ae8b

Please sign in to comment.