Closed mreid-moz closed 7 years ago
Re: renaming the dataset - I don't think so. It is quite common for the dataset itself to have a hyphen on S3 - the problem only arises due to my hacky approach of treating the prefix as fake dimensions (IIRC this ETL code pre-dates the 'prefix' feature of the Dataset
API).
Dataset
was recently changed to automatically sanitize arguments to thewhere
clause. This caused us to never match any files, since the actual prefix contains a-
rather than an_
. Use theprefix
parameter ofDataset
instead.