Add import information skill - #2130
Merged
rohitkumarbhagat merged 34 commits intoAug 5, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Code Review
This pull request introduces a read-only agent support framework (dc-import-info skill) for inspecting Data Commons import extraction and transformation (ET) pipelines. It adds structured operational recipes (GCP Batch, GCS, Logging, Scheduler, Spanner, and local), architectural references, environment configuration defaults, and Python helper scripts with unit tests. Feedback on the changes suggests defensively stripping whitespace from absolute_import_name in the GCS summary-list helper to prevent validation failures, and adding a conditional check in the Scheduler describe-job recipe's jq command to robustly handle missing or null HTTP target bodies.
…ources with a central configuration file and explicit prompt overrides
…e GCS artifact naming conventions
… schema extraction logic
…documentation, and remove obsolete import utility scripts
…or import automation validation
…tegration tests for flag validation
…elate-import-runs implementation with list-import-summaries logic
…and documentation
…ounding and status definitions
…atus query recipes to spanner directory
…esolution with Batch trace, and update contract tests
…y-list sentinel documentation
…arify recipe documentation conventions
…gest recovery for mutable image tags
…diness checks and documentation
rohitkumarbhagat
force-pushed
the
dc-import-info
branch
from
August 4, 2026 17:11
dd1da30 to
ded1c47
Compare
…dy handling to treat missing bodies as target drift
…mation documentation routes.
… markdown links and agent guidance consistency
rohitkumarbhagat
marked this pull request as ready for review
August 5, 2026 04:29
…ate documentation and tests
ajaits
approved these changes
Aug 5, 2026
…sh instead of hardcoding values
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
dc-import-infoskill for inspecting Data Commons extract-and-transform importsTesting
.env/bin/python -m unittest discover -v -s agents/common -p "*_test.py"