mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-17 06:11:59 +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
|
|
@ -9,7 +9,7 @@ SYNOPSIS
|
|||
[--add-file-patterns=[PATTERN,...] --clear-file-patterns
|
||||
| --remove-file-patterns=[PATTERN,...]]
|
||||
[--schema=[COLUMN_NAME=COLUMN_TYPE,...]
|
||||
| --schema-from-file=SCHEMA_FROM_FILE] [GCLOUD_WIDE_FLAG ...]
|
||||
| --schema-from-file=PATH_TO_FILE] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Update a Data Catalog entry. The entry to update can either be
|
||||
|
|
@ -44,8 +44,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.
|
||||
|
|
@ -131,10 +131,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