NASA-IMPACT / HLS-Transfer-Catalog

Data Catalog to manage HLS S2 transfers from ESA to NASA
Apache License 2.0
2 stars 1 forks source link

Bug: Bulk upload API bug #7

Closed NISH1001 closed 2 years ago

NISH1001 commented 2 years ago

Each bulk upload call will replace previous table.

How to replicate?

cc: @ub0005

NISH1001 commented 2 years ago

The bug was due to to_sql(...) method of any pandas dataframe (pd.DataFrame object) which had if_exists parameter.

NISH1001 commented 2 years ago

Fixed in PR: https://github.com/NASA-IMPACT/HLS-Transfer-Catalog/pull/8