CartoDB / raster-loader

https://raster-loader.readthedocs.io
Other
15 stars 4 forks source link

Add integration tests for TIF -> BigQuery #18

Closed tcmetzger closed 1 year ago

tcmetzger commented 2 years ago

Integration tests for TIF to BigQuery pipeline (mock google API, analyze data that would be sent to and stored in BigQuery, etc.)

tcmetzger commented 1 year ago

The BigQuery module should include an integration test without the complex BigQuery SQL., i.e. a bytestring comparison.

tcmetzger commented 1 year ago

Create a new dataset in bigquery, run uploads, delete data set. Could also be done in other library - don't focus too much on that

tcmetzger commented 1 year ago

Closed with #23