AlphaTeamEnterprise
Google Spanner
Spin up an isolated Google Cloud Spanner branch of your remote database with mirrord
Basic Configuration
{
"feature": {
"db_branches": [
{
"id": "users-spanner-db",
"type": "spanner",
"version": "1.5.23",
"connection": {
"params": {
"project": "SPANNER_PROJECT_ID",
"instance": "SPANNER_INSTANCE_ID",
"database_id": "SPANNER_DATABASE_ID"
}
},
"copy": {
"mode": "schema"
}
}
]
}
}Connection
Param
Description
Authentication
Copy Modes
Mode
What gets cloned
Best for
Filtered Data Clone
Redirecting a Custom Emulator Variable
Last updated
Was this helpful?

