Skip to content

Commit

Permalink
Rename AdapterBackedSqlClient.sql_query_plan_renderer.
Browse files Browse the repository at this point in the history
  • Loading branch information
plypaul committed Dec 18, 2024
1 parent e552199 commit 9787ecc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def sql_engine_type(self) -> SqlEngine:
return self._sql_engine_type

@property
def sql_query_plan_renderer(self) -> SqlPlanRenderer:
def sql_plan_renderer(self) -> SqlPlanRenderer:
"""Dialect-specific SQL query plan renderer used for converting MetricFlow's query plan to executable SQL."""
return self._sql_plan_renderer

Expand Down

0 comments on commit 9787ecc

Please sign in to comment.