Skip to content

Commit

Permalink
fixup! Add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
courtneyholcomb committed Jan 31, 2025
1 parent a3699d1 commit 864ea83
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,10 @@ test_filename: test_dataflow_to_sql_plan.py
<!-- expr=SqlWindowFunctionExpression(node_id=wfnc_2, sql_function=ROW_NUMBER), -->
<!-- column_alias='ts__hour__row_number', -->
<!-- ) -->
<!-- from_source = SqlSelectStatementNode(node_id=ss_3) -->
<!-- from_source = SqlSelectStatementNode(node_id=ss_1) -->
<!-- join_0 = -->
<!-- SqlJoinDescription( -->
<!-- right_source=SqlSelectStatementNode(node_id=ss_1), -->
<!-- right_source=SqlSelectStatementNode(node_id=ss_3), -->
<!-- right_source_alias='subq_1', -->
<!-- join_type=INNER, -->
<!-- on_condition=SqlComparisonExpression(node_id=cmp_0), -->
Expand All @@ -131,7 +131,7 @@ test_filename: test_dataflow_to_sql_plan.py
<!-- distinct = False -->
<SqlSelectStatementNode>
<!-- description = "Read From Time Spine 'mf_time_spine'" -->
<!-- node_id = NodeId(id_str='ss_3') -->
<!-- node_id = NodeId(id_str='ss_1') -->
<!-- col0 = -->
<!-- SqlSelectColumn( -->
<!-- expr=SqlColumnReferenceExpression(node_id=cr_28130), -->
Expand Down Expand Up @@ -191,7 +191,7 @@ test_filename: test_dataflow_to_sql_plan.py
</SqlSelectStatementNode>
<SqlSelectStatementNode>
<!-- description = "Read From Time Spine 'mf_time_spine_hour'" -->
<!-- node_id = NodeId(id_str='ss_1') -->
<!-- node_id = NodeId(id_str='ss_3') -->
<!-- col0 = -->
<!-- SqlSelectColumn( -->
<!-- expr=SqlColumnReferenceExpression(node_id=cr_28129), -->
Expand Down

0 comments on commit 864ea83

Please sign in to comment.