Skip to content

Commit

Permalink
Add to_condition to relationships where
Browse files Browse the repository at this point in the history
  • Loading branch information
joellabes authored Mar 10, 2022
1 parent 5717b10 commit 3c83bf4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,7 @@ models:
to: ref('other_model_name')
field: client_id
from_condition: id <> '4ca448b8-24bf-4b88-96c6-b1609499c38b'
to_condition: created_date >= '2020-01-01'
```

#### mutually_exclusive_ranges ([source](macros/schema_tests/mutually_exclusive_ranges.sql))
Expand Down

0 comments on commit 3c83bf4

Please sign in to comment.