1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-08 10:35:03 +00:00

gcloud: Wed Aug 20 11:13:38 UTC 2025

This commit is contained in:
Automated 2025-08-20 11:13:38 +00:00
parent d6d01162c7
commit 470b35e498
164 changed files with 1705 additions and 392 deletions

View file

@ -19,7 +19,7 @@ EXAMPLES
$ gcloud alpha spanner databases import --instance=instanceA \
--database=databaseA --table-name=tableA \
--source-uri=gs://bucket/data.csv --source-format=csv \
--schema_uri=gs://bucket/schema.csv
--schema-uri=gs://bucket/schema.json
$ gcloud alpha spanner databases import --instance=instanceA \
--database=databaseA --source-uri=gs://bucket/dump.sql \
@ -34,7 +34,7 @@ REQUIRED FLAGS
--source-format=SOURCE_FORMAT
Format of the file with data to import.Supported formats: csv or
myssqldump or pgdump
mysqldump or pgdump
--source-uri=SOURCE_URI
URI of the file with data to import