Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.49 KB

data_schemas.md

File metadata and controls

18 lines (13 loc) · 1.49 KB

List Of StarThinker Schema Definitions

Various StarThinker recipies use schemas to ensure data transfered into BigQuery or another database is stable. This document gives a collective summary of most

Why you should be using explicit schemas in all data moves...

Defining a schema explicitly removes ambiguity and flags errors early preventing down stream time sinks. Data can change, a column of NULLs can be and INTEGER or a STRING, but your down stream formula can only SUM one of them.

List Of Schemas As Python Dictionaries


© 2020 Google Inc. - Apache License, Version 2.0