From 6d5ce0d9809dca80dabce85f95d0616d25a3f49c Mon Sep 17 00:00:00 2001 From: Jason Cooke Date: Sat, 19 Oct 2019 09:32:00 +1300 Subject: [PATCH] docs: fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 32a32f97a5..ae503c2abb 100644 --- a/README.md +++ b/README.md @@ -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`