CartoDB / raster-loader

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

Check if table exists/is empty before adding chunks #33

Closed francois-baptiste closed 1 year ago

francois-baptiste commented 1 year ago

Warn (or fail?) if the table already exists an is not empty in bigquery before starting the upload. Avoid appending chuncks if the table is not empty

tcmetzger commented 1 year ago

Do we also want an overwrite flag in the CLI?

francois-baptiste commented 1 year ago

Yes that would be great!

giancastro commented 1 year ago

@tcmetzger , we need to add the overwrite flag to the documentation.