Skip to content

Commit

Permalink
Change log call from debug to error.
Browse files Browse the repository at this point in the history
  • Loading branch information
plypaul committed Nov 9, 2024
1 parent cd464a7 commit ee31b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metricflow/sql/optimizer/column_pruner.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def optimize(self, node: SqlQueryPlanNode) -> SqlQueryPlanNode: # noqa: D102

# Can't prune without knowing the structure of the query.
if required_select_columns is None:
logger.debug(
logger.error(
LazyFormat(
"The columns required at this node can't be determined, so skipping column pruning",
node=node.structure_text(),
Expand Down

0 comments on commit ee31b49

Please sign in to comment.