mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Wed Jul 13 09:59:37 UTC 2022
This commit is contained in:
parent
cf5ab60e4a
commit
879929cbc6
323 changed files with 7203 additions and 4178 deletions
|
|
@ -8,7 +8,8 @@ SYNOPSIS
|
|||
| --backfill-all --mysql-excluded-objects=MYSQL_EXCLUDED_OBJECTS
|
||||
| --oracle-excluded-objects=ORACLE_EXCLUDED_OBJECTS)
|
||||
(--destination-name=DESTINATION_NAME
|
||||
--gcs-destination-config=GCS_DESTINATION_CONFIG)
|
||||
(--bigquery-destination-config=BIGQUERY_DESTINATION_CONFIG
|
||||
| --gcs-destination-config=GCS_DESTINATION_CONFIG))
|
||||
(--source-name=SOURCE_NAME (--mysql-source-config=MYSQL_SOURCE_CONFIG
|
||||
| --oracle-source-config=ORACLE_SOURCE_CONFIG))
|
||||
[--labels=[KEY=VALUE,...]] [--force | --validate-only]
|
||||
|
|
@ -108,21 +109,37 @@ REQUIRED FLAGS
|
|||
connection_profile. To set the connection_profile attribute:
|
||||
▫ provide the argument --destination-name on the command line.
|
||||
|
||||
--gcs-destination-config=GCS_DESTINATION_CONFIG
|
||||
Path to a YAML (or JSON) file containing the configuration for Google
|
||||
Cloud Storage Destination Config.
|
||||
Exactly one of these must be specified:
|
||||
|
||||
The JSON file is formatted as follows:
|
||||
--bigquery-destination-config=BIGQUERY_DESTINATION_CONFIG
|
||||
Path to a YAML (or JSON) file containing the configuration for
|
||||
Google BigQuery Destination Config.
|
||||
|
||||
{
|
||||
"path": "some/path",
|
||||
"file_rotation_mb":5,
|
||||
"file_rotation_interval":"15s",
|
||||
"avro_file_format": {}
|
||||
}
|
||||
The JSON file is formatted as follows:
|
||||
|
||||
This flag must be specified if any of the other arguments in this
|
||||
group are specified.
|
||||
{
|
||||
"source_hierarchy_datasets": {
|
||||
"dataset_template": {
|
||||
"location": "us-central1",
|
||||
"dataset_id_prefix": "my_prefix",
|
||||
"kms_key_name": "projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{cryptoKey}"
|
||||
}
|
||||
},
|
||||
"data_freshness": 3600
|
||||
}
|
||||
|
||||
--gcs-destination-config=GCS_DESTINATION_CONFIG
|
||||
Path to a YAML (or JSON) file containing the configuration for
|
||||
Google Cloud Storage Destination Config.
|
||||
|
||||
The JSON file is formatted as follows:
|
||||
|
||||
{
|
||||
"path": "some/path",
|
||||
"file_rotation_mb":5,
|
||||
"file_rotation_interval":"15s",
|
||||
"avro_file_format": {}
|
||||
}
|
||||
|
||||
This must be specified.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue