Skip to content

Commit

Permalink
Correct pretty-formatting test expectation.
Browse files Browse the repository at this point in the history
  • Loading branch information
plypaul committed Jul 10, 2024
1 parent f87f4a0 commit d40e263
Showing 1 changed file with 20 additions and 11 deletions.
31 changes: 20 additions & 11 deletions tests_metricflow/mf_logging/test_dag_to_text.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,24 +70,33 @@ def _run_mf_pformat() -> None:
<SqlQueryPlan>
<SqlSelectStatementNode>
<!-- description = -->
<!-- test -->
<!-- node_id = -->
<!-- ss_0 -->
<!-- col0 = -->
<!-- SqlSelectColumn(expr=SqlStringExpression(node_id=str_0 sql_expr='foo'), column_alias='bar') -->
<!-- 'test' -->
<!-- node_id = -->
<!-- NodeId( -->
<!-- id_str='ss_0', -->
<!-- ) -->
<!-- col0 = -->
<!-- SqlSelectColumn( -->
<!-- expr=SqlStringExpression(node_id=str_0 sql_expr='foo'), -->
<!-- column_alias='bar', -->
<!-- ) -->
<!-- from_source = -->
<!-- SqlTableFromClauseNode(node_id=tfc_0) -->
<!-- where = -->
<!-- None -->
<!-- distinct = -->
<!-- False -->
<SqlTableFromClauseNode>
<!-- description = -->
<!-- Read from schema.table -->
<!-- node_id = -->
<!-- tfc_0 -->
<!-- table_id = -->
<!-- schema.table -->
<!-- description = -->
<!-- ('Read ' -->
<!-- 'from ' -->
<!-- 'schema.table') -->
<!-- node_id = -->
<!-- NodeId( -->
<!-- id_str='tfc_0', -->
<!-- ) -->
<!-- table_id = -->
<!-- 'schema.table' -->
</SqlTableFromClauseNode>
</SqlSelectStatementNode>
</SqlQueryPlan>
Expand Down

0 comments on commit d40e263

Please sign in to comment.