gcloud alpha dataplex entries remove-aspects Stay organized with collections Save and categorize content based on your preferences.
- NAME
- gcloud alpha dataplex entries remove-aspects - remove aspects from a Dataplex Entry
- SYNOPSIS
gcloud alpha dataplex entries remove-aspects(ENTRY:--entry-group=ENTRY_GROUP--location=LOCATION)--keys=[ASPECT_TYPE@PATH,…][GCLOUD_WIDE_FLAG …]
- DESCRIPTION
(ALPHA)Remove aspects from a Dataplex Entry.- EXAMPLES
- To remove all aspects of type
test-project.us-central1.some-aspect-typefrom the entry, run:gcloudalphadataplexentriesremove-aspectsentry1--project=test-project--location=us-central1--entry-groupentry-group1--keys='test-project.us-central1.some-aspect-type@*'To remove all aspects on path
Schema.column1from the entry, run:gcloudalphadataplexentriesremove-aspectsentry1--project=test-project--location=us-central1--entry-groupentry-group1--keys='*@Schema.column1'To remove exact aspects
test-project.us-central1.some-aspect-type@Schema.column1andtest-project.us-central1.some-aspect-type2@Schema.column2from theentry, run:gcloudalphadataplexentriesremove-aspectsentry1--project=test-project--location=us-central1--entry-groupentry-group1--keys=test-project.us-central1.some-aspect-type@Schema.column1,test-project.us-central2.some-aspect-type@Schema.column2 - POSITIONAL ARGUMENTS
- Entry resource - Arguments and flags that define the Dataplex Entry you want toreference. The arguments in this group can be used to specify the attributes ofthis resource. (NOTE) Some attributes are not given arguments in this group butcan be set in other ways.
To set the
projectattribute:- provide the argument
entryon the command line with a fullyspecified name; - provide the argument
--projecton the command line; - set the property
core/project.
This must be specified.
ENTRY- ID of the entry or fully qualified identifier for the entry.
To set the
entryattribute:- provide the argument
entryon the command line.
This positional argument must be specified if any of the other arguments in thisgroup are specified.
- provide the argument
--entry-group=ENTRY_GROUP- Entry group containing Dataplex Entries.To set the
entry-groupattribute:- provide the argument
entryon the command line with a fullyspecified name; - provide the argument
--entry-groupon the command line.
- provide the argument
--location=LOCATION- Location of the Dataplex resource.To set the
locationattribute:- provide the argument
entryon the command line with a fullyspecified name; - provide the argument
--locationon the command line; - set the property
dataplex/location.
- provide the argument
- provide the argument
- Entry resource - Arguments and flags that define the Dataplex Entry you want toreference. The arguments in this group can be used to specify the attributes ofthis resource. (NOTE) Some attributes are not given arguments in this group butcan be set in other ways.
- REQUIRED FLAGS
--keys=[ASPECT_TYPE@PATH,…]- List of Aspect keys, identifying Aspects to remove from the entry.
Keys are in the format
, orjustASPECT_TYPE@PATH, if the Aspect is attachedto an entry itself rather than to a specific column defined in the schema.ASPECT_TYPEis expected to be in a formatASPECT_TYPEor awildcardPROJECT_ID.LOCATION.ASPECT_TYPE_ID*, which targets all aspect types.can be either empty (which means a'root' path, such that Aspect is attached to the entry itself), point to aspecific column defined in the schema (for example:PATHSchema.some_column) or a wildcard*(target allpaths).andASPECT_TYPEcannot be both specified as wildcardsPATH*.
- 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 helpfor details. - NOTES
- This command is currently in alpha and might change without notice. If thiscommand fails with API permission errors despite specifying the correct project,you might be trying to access an API with an invitation-only early accessallowlist. This variant is also available:
gclouddataplexentriesremove-aspects
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-05-07 UTC.