mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-20 13:10:18 +00:00
gcloud: Wed Jul 31 09:35:15 UTC 2024
This commit is contained in:
parent
3a4c5997b9
commit
ed2f818f7a
2722 changed files with 12631 additions and 6826 deletions
|
|
@ -12,7 +12,7 @@ SYNOPSIS
|
|||
--user-specified-system=USER_SPECIFIED_SYSTEM
|
||||
--user-specified-type=USER_SPECIFIED_TYPE]
|
||||
[--schema=[COLUMN_NAME=COLUMN_TYPE,...]
|
||||
| --schema-from-file=SCHEMA_FROM_FILE] [GCLOUD_WIDE_FLAG ...]
|
||||
| --schema-from-file=PATH_TO_FILE] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Update a Data Catalog entry. The entry to update can either be specified
|
||||
|
|
@ -45,8 +45,8 @@ POSITIONAL ARGUMENTS
|
|||
To set the project attribute:
|
||||
◆ provide the argument entry on the command line with a fully specified
|
||||
name;
|
||||
◆ set the property core/project;
|
||||
◆ provide the argument --project on the command line.
|
||||
◆ provide the argument --project on the command line;
|
||||
◆ set the property core/project.
|
||||
|
||||
ENTRY
|
||||
ID of the entry or fully qualified identifier for the entry.
|
||||
|
|
@ -146,10 +146,11 @@ FLAGS
|
|||
modes will default to NULLABLE, and column descriptions and nested
|
||||
subcolumns are not supported.
|
||||
|
||||
--schema-from-file=SCHEMA_FROM_FILE
|
||||
--schema-from-file=PATH_TO_FILE
|
||||
Path to a JSON or YAML file containing the schema for the entry. This
|
||||
can be used to specify schemas with column descriptions, column modes
|
||||
other than NULLABLE, and nested subcolumns.
|
||||
other than NULLABLE, and nested subcolumns. Use a full or relative
|
||||
path to a local file containing the value of schema.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue