m-lab / etl-schema

All schema and views related to the etl pipeline and public bigquery tables.
Apache License 2.0
7 stars 2 forks source link

Preserve Region type #135

Closed stephen-soltesz closed 2 years ago

stephen-soltesz commented 2 years ago

This change updates the logic that masks the Region field to preserve the type as STRING.

Previously, because NULL has no type, the schema is inferred as an INTEGER without explicit direction. This change updates the Region value to use CAST(NULL as STRING) to preserve the string type and the NULL value.


This change is Reviewable

coveralls commented 2 years ago

Pull Request Test Coverage Report for Build 660


Totals Coverage Status
Change from base Build 652: 0.0%
Covered Lines: 133
Relevant Lines: 187

💛 - Coveralls