Add note on comparing schemas to README

This commit is contained in:
englehardt 2018-11-07 17:08:24 -08:00
Родитель 9620186e3f
Коммит e11b6d6270
1 изменённых файлов: 5 добавлений и 0 удалений

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

@ -204,6 +204,11 @@ In order to save to S3 you must have valid access credentials stored in
`~/.aws`. We do not currently allow you to specify an alternate storage
location.
**NOTE:** The schemas should be kept in sync with the exception of
output-specific columns (e.g., `instance_id` in the S3 output). You can compare
the two schemas by running
`diff -y automation/schema.sql automation/DataAggregator/parquet_schema.py`.
Browser and Platform Configuration
----------------------------------