aboutsummaryrefslogtreecommitdiffstats
path: root/proposals
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2021-10-15 18:04:39 -0700
committerBryan Newbold <bnewbold@archive.org>2021-10-15 18:15:29 -0700
commitbb06c833f500fbd37579ffb4aa1c53dc0d1e9c96 (patch)
treeb00d936c4cf6d073405ef5590dd93bc07431f6bf /proposals
parent350a4e64aa60896391c1040d958b6b039ea3a79f (diff)
downloadsandcrawler-bb06c833f500fbd37579ffb4aa1c53dc0d1e9c96.tar.gz
sandcrawler-bb06c833f500fbd37579ffb4aa1c53dc0d1e9c96.zip
persist support for ingest platform table, using existing persist worker
Diffstat (limited to 'proposals')
-rw-r--r--proposals/2021-09-09_fileset_ingest.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/proposals/2021-09-09_fileset_ingest.md b/proposals/2021-09-09_fileset_ingest.md
index fbbccf9..beb9d6a 100644
--- a/proposals/2021-09-09_fileset_ingest.md
+++ b/proposals/2021-09-09_fileset_ingest.md
@@ -289,8 +289,8 @@ Note that this table *complements* `ingest_file_result`, doesn't replace it.
);
CREATE INDEX ingest_fileset_platform_name_domain_id_idx ON ingest_fileset_platform(platform_name, platform_domain, platform_id);
-Persist worker should only insert in to this table if `platform_name`,
-`platform_domain`, and `platform_id` are extracted successfully.
+Persist worker should only insert in to this table if `platform_name` is
+identified.
## New Kafka Topic