Skip to content

Commit

Permalink
Add log line for SQL generation option set.
Browse files Browse the repository at this point in the history
  • Loading branch information
plypaul committed Dec 5, 2024
1 parent 5cd5d40 commit 504de2b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions metricflow/plan_conversion/dataflow_to_sql.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,8 @@ def convert_to_sql_query_plan(
optimization_level, use_column_alias_in_group_by=use_column_alias_in_group_by
)

logger.info(LazyFormat("Using option set:", option_set=option_set))

nodes_to_convert_to_cte: FrozenSet[DataflowPlanNode] = frozenset()
if option_set.allow_cte:
nodes_to_convert_to_cte = self._get_nodes_to_convert_to_cte(dataflow_plan_node)
Expand Down

0 comments on commit 504de2b

Please sign in to comment.