Skip to content

Commit

Permalink
Chore: add test case for bigquery table normalization
Browse files Browse the repository at this point in the history
  • Loading branch information
tobymao committed Jun 28, 2023
1 parent b774839 commit 898f1a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,3 +236,4 @@ def test_schema_normalization(self):
# ones. Also, ensure that tables aren't normalized, since they're case-sensitive by default.
schema = MappingSchema(schema={"Foo": {"`BaR`": "int"}}, dialect="bigquery")
self.assertEqual(schema.column_names("Foo"), ["bar"])
self.assertEqual(schema.column_names("foo"), [])

0 comments on commit 898f1a2

Please sign in to comment.