From 2910566351afd3ce18f1cd3558a4e75c0b01fcbf Mon Sep 17 00:00:00 2001 From: Christie Ellks Date: Mon, 17 Aug 2026 18:57:59 -0700 Subject: [PATCH 1/2] feat(dcp): pass --generate_topic_list_edges in ingestion postprocessing job --- infra/dcp/modules/ingestion/workflow/workflow.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/infra/dcp/modules/ingestion/workflow/workflow.yaml b/infra/dcp/modules/ingestion/workflow/workflow.yaml index c08717a9..510e7e41 100644 --- a/infra/dcp/modules/ingestion/workflow/workflow.yaml +++ b/infra/dcp/modules/ingestion/workflow/workflow.yaml @@ -393,6 +393,7 @@ run_postprocessing_job: - "--import_list" - '$${json.encode_to_string(import_list)}' - '$${if(generate_stat_var_groups, "--generate_stat_var_groups", "--no-generate_stat_var_groups")}' + - "--generate_topic_list_edges" - "--no-dry_run" result: run_res - call_poll_postprocessing: From e81c2700100c96f2f091e674490dbf6e428bd163 Mon Sep 17 00:00:00 2001 From: Christie Ellks Date: Tue, 18 Aug 2026 11:19:52 -0700 Subject: [PATCH 2/2] style(dcp): clean up trailing whitespace in postprocessing workflow --- infra/dcp/modules/ingestion/workflow/workflow.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/dcp/modules/ingestion/workflow/workflow.yaml b/infra/dcp/modules/ingestion/workflow/workflow.yaml index 510e7e41..7d66da02 100644 --- a/infra/dcp/modules/ingestion/workflow/workflow.yaml +++ b/infra/dcp/modules/ingestion/workflow/workflow.yaml @@ -394,7 +394,7 @@ run_postprocessing_job: - '$${json.encode_to_string(import_list)}' - '$${if(generate_stat_var_groups, "--generate_stat_var_groups", "--no-generate_stat_var_groups")}' - "--generate_topic_list_edges" - - "--no-dry_run" + - "--no-dry_run" result: run_res - call_poll_postprocessing: call: poll_cloud_run_job_execution