Skip to content

Commit

Permalink
Disable relationship
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajastro committed Feb 27, 2025
1 parent d6613ec commit c7b5954
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: test

on:
push: # Run on pushes to the default branch
branches: [main]
branches: [main, fix_example_cosmos_dbt_build]
pull_request_target: # Also run on pull requests originated from forks
branches: [main]

Expand Down
6 changes: 3 additions & 3 deletions dev/dags/dbt/altered_jaffle_shop/models/schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ models:
description: Foreign key to the customers table
tests:
- not_null
- relationships:
to: ref('customers')
field: customer_id
# - relationships:
# to: ref('customers')
# field: customer_id

- name: order_date
description: Date (UTC) that the order was placed
Expand Down

0 comments on commit c7b5954

Please sign in to comment.