aboutsummaryrefslogtreecommitdiffstats
path: root/proposals/2021-09-09_fileset_ingest.md
diff options
context:
space:
mode:
Diffstat (limited to 'proposals/2021-09-09_fileset_ingest.md')
-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