-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use CamelCase in the 'WhereFilter' Template Calls
Got a request to change the name of the calls in the Jinja template for the `WhereFilter` to use CamelCase to be similar to objects. e.g. ``` {{ dimension('user__country', entity_path=['listing']) }} == 'US' -> {{ Dimension('user__country', entity_path=['listing']) }} == 'US' ```
- Loading branch information
Showing
4 changed files
with
27 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: Breaking Changes | ||
body: Use CamelCase in the `WhereFilter` Template Calls | ||
time: 2023-07-27T17:05:35.447535-07:00 | ||
custom: | ||
Author: plypaul | ||
Issue: "129" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters