dataverbinders / statline-bq

Library to fetch CBS open datasets into parquet and optionally load into Google Cloud Storage and BigQuery
MIT License
0 stars 0 forks source link

dataset 70072ned is not uploaded properly #53

Closed galamit86 closed 3 years ago

galamit86 commented 3 years ago

When attempting to run statline-bq with dataset_id=70072ned, the process is completed "successfully", but when the main table (Observations) is being queried from BQ - the Value and ValueAttribute display *null* and Impossible.

Since 70072ned has a v4 version, that is what automatically is being loaded. If trying to force odata_version='v3', an error occurs - this might be a different issue, or related.

galamit86 commented 3 years ago

Further research shows that Value=null and ValueAttribute=Impossible are the actually values at source, and not a bug.