diff --git a/transforms/universal/filter/python/src/filter_transform.py b/transforms/universal/filter/python/src/filter_transform.py index fe002e497..4ae5e2984 100644 --- a/transforms/universal/filter/python/src/filter_transform.py +++ b/transforms/universal/filter/python/src/filter_transform.py @@ -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"