add-integ-tests-datastream-to-spanner
GitHub针对Datastream-to-Spanner CDC模板的集成测试编排技能,通过包装Meta-Test Orchestrator执行数据迁移验证。
Trigger Scenarios
Install
npx skills add GoogleCloudPlatform/DataflowTemplates --skill add-integ-tests-datastream-to-spanner -g -y
SKILL.md
Frontmatter
{
"name": "add-integ-tests-datastream-to-spanner",
"description": "Specific runner skill that delegates to the Template-Agnostic Meta-Test Orchestrator for the datastream-to-spanner (CDC) template."
}
Datastream-to-Spanner Testing Orchestrator
This is a specific runner skill that acts as a wrapper around the global meta-test-orchestrator skill.
Required Prompt Inputs
- Target Source Database Name
- Reference Datatype Mapping Matrix File Path
- Testing Environment Setup Path
[!IMPORTANT] Initialization Check: If ANY of the required prompt inputs are missing from the user's prompt, or if the environment config file does not exist, you MUST HALT EXECUTION IMMEDIATELY. Ask the user to provide the missing inputs before proceeding.
Source Support Validation: Before proceeding to execution, you must verify if the template actually supports migrating from the provided
Target Source Database Name. Inspect the template's source code (e.g.,DatastreamToSpanner.javaorDatastreamToSpannerSourceConnectorRegistry.java) to confirm this database dialect is implemented. If it is not supported, you MUST HALT EXECUTION IMMEDIATELY and inform the user.
Execution Instructions
You must immediately load and execute the v2/spanner-common/.agents/skills/meta-test-orchestrator/SKILL.md skill, passing it the following statically mapped parameters:
- Target Source Database Name: Extract from the user prompt.
- Reference Datatype Mapping Matrix File Path: Extract from the user prompt.
- Testing Environment Setup Path: Extract from the user prompt and assert its presence.
- Manifest File Path:
v2/datastream-to-spanner/src/test/manifest.yaml. - Target Template Path:
v2/datastream-to-spanner - Smoke Test Scenarios:
live-it - Datatype Test Scenarios:
live-datatypes
Yield execution completely to the meta-test-orchestrator. Instruct the Orchestrator to begin using these parameters.
Example User Prompt
Please run the add-integ-tests-datastream-to-spanner skill for the MySQL database.
Use the reference matrix located at v2/datastream-to-spanner/src/test/resources/mysql/mysql_datatype_mapping_matrix.csv load the execution properties from testing_execution.env.
Version History
- a764362 Current 2026-08-20 05:08


