Skip to content

Commit

Permalink
fix the bigquery unpivot test case
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishankoradia committed Apr 17, 2024
1 parent 806ecf3 commit 83b1397
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/warehouse/test_bigquery_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -790,6 +790,7 @@ def test_unpivot(self):
"unpivot_columns": ["NGO", "SPOC"],
"unpivot_field_name": "col_field",
"unpivot_value_name": "col_val",
"cast_to": "STRING",
}

unpivot(
Expand Down

0 comments on commit 83b1397

Please sign in to comment.