feat(dcp): pass --generate_topic_list_edges in ingestion postprocessing job - #216
Open
clincoln8 wants to merge 2 commits into
Open
feat(dcp): pass --generate_topic_list_edges in ingestion postprocessing job#216clincoln8 wants to merge 2 commits into
clincoln8 wants to merge 2 commits into
Conversation
Contributor
There was a problem hiding this comment.
Code Review
This pull request updates the ingestion workflow configuration in infra/dcp/modules/ingestion/workflow/workflow.yaml by adding the --generate_topic_list_edges flag to the post-processing job arguments. There are no review comments, and I have no additional feedback to provide.
clincoln8
force-pushed
the
feat-dcp-topic-list-edges
branch
from
August 18, 2026 19:15
a3b82b5 to
e81c270
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Passes
--generate_topic_list_edgesin the Cloud Run aggregation-helper job arguments insiderun_postprocessing_jobin DCP's ingestion workflow.This enables the materialization of
relevantVariableList(for Topics) andmemberList(for SVPGs) in Spanner postprocessing, allowing Explore (/api/explore/detect-and-fulfill) and Mixer to dynamically traverse multi-level topic hierarchies (e.g. UN topic themes).Related PRs
datcom-import: feat(aggregation): materialize topic and peer group list edges in LinkedEdgeGenerator import#727datcom-website: feat(nl): add dynamic graph fallback for un-cached topic and peer group members website#6590