From bb06c833f500fbd37579ffb4aa1c53dc0d1e9c96 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Fri, 15 Oct 2021 18:04:39 -0700 Subject: persist support for ingest platform table, using existing persist worker --- proposals/2021-09-09_fileset_ingest.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'proposals') 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 -- cgit v1.2.3