Skip to content

Commit

Permalink
Fitlers is not a word
Browse files Browse the repository at this point in the history
  • Loading branch information
tlento committed May 23, 2024
1 parent 48f3e8b commit 3a02ea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metricflow/dataflow/builder/dataflow_plan_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ def _build_aggregated_conversion_node(
) -> DataflowPlanNode:
"""Builds a node that contains aggregated values of conversions and opportunities."""
# Pushdown parameters vary with conversion metrics due to the way the time joins are applied.
# Due to other outstanding issues with conversion metric fitlers, we disable predicate
# Due to other outstanding issues with conversion metric filters, we disable predicate
# pushdown for any filter parameter set that is not part of the original time range constraint
# implementation.
disabled_pushdown_parameters = PredicatePushdownParameters.with_pushdown_disabled()
Expand Down

0 comments on commit 3a02ea7

Please sign in to comment.