This commit is contained in:
Jason Cooke 2019-10-19 09:32:00 +13:00 коммит произвёл Jeff Klukas
Родитель bb172ac7ac
Коммит 6d5ce0d980
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -75,7 +75,7 @@ Recommended practices
- Should filter input tables on partition and clustering columns
- Should use `_` prefix in generated column names not meant for output
- Should use `_bits` suffix for any integer column that represents a bit pattern
- Should not use `DATETIME` type, due to incompatiblity with
- Should not use `DATETIME` type, due to incompatibility with
[spark-bigquery-connector]
- Should read from `*_stable` tables instead of including custom deduplication
- Should use the earliest row for each `document_id` by `submission_timestamp`