1
0
mirror of https://github.com/google/nomulus synced 2026-06-09 16:33:02 +00:00

Add Cloud SQL read to Spec11Pipeline (#1173)

* Add Cloud SQL read to Spec11Pipeline

* Add database option

* Add database parameter

* Add a test of the full pipeline

* Use DatabaseHelper in tests

* restore the original tm

* More test fixes
This commit is contained in:
sarahcaseybot
2021-06-11 14:25:20 -04:00
committed by GitHub
parent c3a4887845
commit fcc027e0c8
8 changed files with 234 additions and 29 deletions

View File

@@ -61,6 +61,14 @@
"regexes": [
"^gs:\\/\\/[^\\n\\r]+$"
]
},
{
"name": "database",
"label": "Database to read from.",
"helpText": "DATASTORE or CLOUD_SQL.",
"regexes": [
"^DATASTORE|CLOUD_SQL$"
]
}
]
}