Release ValidateSqlPipeline as container image (#1504)

* Release ValidateSqlPipeline as container image
This commit is contained in:
Weimin Yu 2022-01-28 14:57:31 -05:00 committed by GitHub
parent 62b2c18791
commit ac2c08b6e1
3 changed files with 29 additions and 1 deletions

View file

@ -0,0 +1,21 @@
{
"name": "Validate Cloud SQL with Datastore being primary",
"description": "An Apache Beam batch pipeline that compares Cloud SQL with the primary Datastore.",
"parameters": [
{
"name": "registryEnvironment",
"label": "The Registry environment.",
"helpText": "The Registry environment.",
"is_optional": false,
"regexes": [
"^PRODUCTION|SANDBOX|CRASH|QA|ALPHA$"
]
},
{
"name": "comparisonStartTimestamp",
"label": "Only entities updated at or after this time are included for validation.",
"helpText": "The earliest entity update time allowed for inclusion in validation, in ISO8601 format.",
"is_optional": true
}
]
}