- NAME
-
- gcloud alpha dataplex content update - update a Dataplex Content Resource with the given configurations
- SYNOPSIS
-
-
gcloud alpha dataplex content update
(CONTENT
:--lake
=LAKE
--location
=LOCATION
) [--data-text
=DATA_TEXT
] [--description
=DESCRIPTION
] [--labels
=[KEY
=VALUE
,…]] [--path
=PATH
] [--validate-only
] [--kernel-type
=KERNEL_TYPE
|--query-engine
=QUERY_ENGINE
] [GCLOUD_WIDE_FLAG …
]
-
- DESCRIPTION
-
(ALPHA)
Update a Dataplex Content Resource with the given configurations. - EXAMPLES
-
To update a Dataplex content
test-content
in projecttest-project
within laketest-lake
in locationus-central1
and change the description toUpdated Description
, run:gcloud alpha dataplex content update test-content --project=test-project --location=us-central1 --lake=test-lake --description='Updated Description'
- POSITIONAL ARGUMENTS
-
-
Content resource - The Content to Update a Content to. The arguments in this
group can be used to specify the attributes of this resource. (NOTE) Some
attributes are not given arguments in this group but can be set in other ways.
To set the
project
attribute:-
provide the argument
content
on the command line with a fully specified name; -
provide the argument
--project
on the command line; -
set the property
core/project
.
This must be specified.
CONTENT
-
ID of the content or fully qualified identifier for the content.
To set the
content
attribute:-
provide the argument
content
on the command line.
This positional argument must be specified if any of the other arguments in this group are specified.
-
provide the argument
--lake
=LAKE
-
The identifier of the Dataplex lake resource.
To set the
lake
attribute:-
provide the argument
content
on the command line with a fully specified name; -
provide the argument
--lake
on the command line.
-
provide the argument
--location
=LOCATION
-
The location of the Dataplex resource.
To set the
location
attribute:-
provide the argument
content
on the command line with a fully specified name; -
provide the argument
--location
on the command line; -
set the property
dataplex/location
.
-
provide the argument
-
provide the argument
-
Content resource - The Content to Update a Content to. The arguments in this
group can be used to specify the attributes of this resource. (NOTE) Some
attributes are not given arguments in this group but can be set in other ways.
- FLAGS
-
--data-text
=DATA_TEXT
- Content data in string format
--description
=DESCRIPTION
- Description of the Content
--labels
=[KEY
=VALUE
,…]-
List of label KEY=VALUE pairs to add.
Keys must start with a lowercase character and contain only hyphens (
-
), underscores (_
), lowercase characters, and numbers. Values must contain only hyphens (-
), underscores (_
), lowercase characters, and numbers. --path
=PATH
- The path for the Content file, represented as directory structure
--validate-only
- Validate the update action, but don't actually perform it.
-
Sql script or notebook related configurations.
At most one of these can be specified:
-
Notebook related configurations.
--kernel-type
=KERNEL_TYPE
-
Kernel Type of the notebook.
KERNEL_TYPE
must be (only one value is supported):PYTHON3
- python3
-
Sql script related configurations.
--query-engine
=QUERY_ENGINE
-
Query Engine to be used for the Sql Query.
QUERY_ENGINE
must be (only one value is supported):SPARK
- spark
-
Notebook related configurations.
- GCLOUD WIDE FLAGS
-
These flags are available to all commands:
--access-token-file
,--account
,--billing-project
,--configuration
,--flags-file
,--flatten
,--format
,--help
,--impersonate-service-account
,--log-http
,--project
,--quiet
,--trace-token
,--user-output-enabled
,--verbosity
.Run
$ gcloud help
for details. - NOTES
-
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct project,
you might be trying to access an API with an invitation-only early access
allowlist. This variant is also available:
gcloud dataplex content update
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-02-06 UTC.