Skip to content

Commit

Permalink
filter source change'
Browse files Browse the repository at this point in the history
Signed-off-by: David Wood <[email protected]>
  • Loading branch information
daw3rd committed Sep 17, 2024
1 parent 0bd7992 commit 31b7f53
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions transforms/universal/filter/python/src/filter_transform.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
short_name = "filter"
cli_prefix = short_name + "_"

# Misc comment to trigger build

filter_criteria_key = "criteria_list"
""" AST Key holds the list of filter criteria (in SQL WHERE clause format)"""
filter_logical_operator_key = "logical_operator"
Expand Down

0 comments on commit 31b7f53

Please sign in to comment.