We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 516dcb3 commit 47b77e5Copy full SHA for 47b77e5
data_loader.py
@@ -84,7 +84,7 @@ def load_items_bulk_insert(base_url, collection_id, feature_collection, data_dir
84
feature_collection["features"][i]["collection"] = collection_id
85
resp = requests.post(
86
f"{base_url}/collections/{collection_id}/items", json=feature_collection
87
- ) # Adjust this endpoint as necessary
+ )
88
if resp.status_code == 200:
89
click.echo(f"Status code: {resp.status_code}")
90
click.echo("Bulk inserted items successfully.")
0 commit comments