You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow specifying insert method for bulk transactions (#614)
* Added method parameter to bulk_item_insert route in order to allow more flexibility in how data is loaded into the DB
* Add method param to AsyncBaseBulkTransactionsClient, which pgstac inherits from
* Moved method on to the Items base model for bulk transaction request
* Updated docs and changelog with bulk transactions method parameter
* Add CQL2-json to filter conformance class ([#611](https://github.com/stac-utils/stac-fastapi/issues/611))
7
+
* Add `method` parameter to Bulk Transactions extension in order to support upserting bulk data ([#614](https://github.com/stac-utils/stac-fastapi/pull/614))
0 commit comments