Skip to content

Bulk schema overrides #2819

Bulk schema overrides

Bulk schema overrides #2819

Triggered via pull request May 16, 2025 08:28
Status Failure
Total duration 13s
Artifacts

release-notes-labels.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors
label
This PR is being prevented from merging because you have not added any of the following labels: [ignore-for-release, new-template, improvement, bug-fix]. You'll need to add one before this PR can be merged so that these can be used for release notes. For more information, see https://github.com/GoogleCloudPlatform/DataflowTemplates/blob/main/contributor-docs/code-contributions.md#release-notes
MySQLStringOverridesSchemaMapperIT.testMigrationWithStringOverridesAndCommonSchema: MySQLStringOverridesSchemaMapperIT#L89
com.google.api.client.googleapis.json.GoogleJsonResponseException: 400 Bad Request POST https://dataflow.googleapis.com/v1b3/projects/cloud-teleport-testing/locations/us-central1/flexTemplates:launch { "code": 400, "details": [ { "@type": "type.googleapis.com/google.dataflow.v1beta3.InvalidTemplateParameters", "parameterViolations": [ { "description": "Parameter didn't match regex '^\\[([[:space:]]*\\{[[:graph:]]+\\[[:graph:]]+[[:space:]]*,[[:space:]]*[[:graph:]]+\\[[:graph:]]+[[:space:]]*\\}[[:space:]]*(,[[:space:]]*)*)*\\]$'", "parameter": "columnOverrides" } ] } ], "errors": [ { "domain": "global", "message": "The template parameters are invalid. Details: \ncolumnOverrides: Parameter didn't match regex '^\\[([[:space:]]*\\{[[:graph:]]+\\[[:graph:]]+[[:space:]]*,[[:space:]]*[[:graph:]]+\\[[:graph:]]+[[:space:]]*\\}[[:space:]]*(,[[:space:]]*)*)*\\]$'", "reason": "badRequest" } ], "message": "The template parameters are invalid. Details: \ncolumnOverrides: Parameter didn't match regex '^\\[([[:space:]]*\\{[[:graph:]]+\\[[:graph:]]+[[:space:]]*,[[:space:]]*[[:graph:]]+\\[[:graph:]]+[[:space:]]*\\}[[:space:]]*(,[[:space:]]*)*)*\\]$'", "status": "INVALID_ARGUMENT" }