m-lab / etl

M-Lab ingestion pipeline
Apache License 2.0
22 stars 7 forks source link

Resolve dependencies between etl & ndt-server #821

Open stephen-soltesz opened 4 years ago

stephen-soltesz commented 4 years ago

Recently, several changes have altered the relationship between the etl and ndt-server repos.

To restore support for update-schema for ndt5 without constraining the development of ndt7 or breaking etl in other ways, we should separate the NDTResult in to NDT5Result and NDT7Result.

The raw tables are independent of the "unified" views we will construct from them.

stephen-soltesz commented 4 years ago

Still pending: