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 868798b commit 86764a8Copy full SHA for 86764a8
sde_collections/tasks.py
@@ -268,6 +268,8 @@ def fetch_and_replace_full_text(collection_id, server_name):
268
# Handle duplicate URL case if needed
269
print(f"Duplicate URL found, skipping: {doc['url']}")
270
271
+ collection.migrate_dump_to_delta()
272
+
273
print(f"Processed {processed_count} new records.")
274
275
return f"Successfully processed {len(documents)} records and updated the database."
0 commit comments