Skip to content

Commit

Permalink
Add fix + test case for #207
Browse files Browse the repository at this point in the history
  • Loading branch information
jtcohen6 committed Jul 28, 2021
1 parent ff34ee1 commit ef8106d
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions ci-project/models/marts/core/schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ models:
- relationships:
to: ref('dim_customers')
field: customer_id
# intentionally bad: this test will only have one entry in depends_on.nodes.
# make sure it doesn't brick the entire dbt-docs site: https://github.com/dbt-labs/dbt-docs/issues/207
- relationships:
to: "{{ target.schema}}.dim_customers"
field: customer_id

- name: order_date
description: Date (UTC) that the order was placed
Expand Down
2 changes: 1 addition & 1 deletion ci-project/packages.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

packages:
- package: fishtown-analytics/dbt_utils
version: 0.2.5
version: 0.7.0
Loading

0 comments on commit ef8106d

Please sign in to comment.