contextgraph schema rename entityType - spectrum_platform - 23.1

spectrum-inline

Product type
Software
Portfolio
Enrich
Integrate
Locate
Verify
Product family
Spectrum
Product
Spectrum > Geo Addressing > Enterprise Tax
Spectrum > GeoEnrichment
Spectrum > Spectrum Platform
Spectrum > Spatial > Spectrum Spatial
Spectrum > Web Services
Spectrum > Data Integration
Spectrum > Quality > Context Graph
Spectrum > Discovery
Spectrum > Quality > Addressing
Spectrum > Quality > Spectrum Quality
Spectrum > Dataflow Designer
Version
23.1
Language
English
Product name
Precisely Spectrum
Title
spectrum-inline
First publish date
2007
Last updated
2023-06-02
Published on
2023-06-02T09:54:39.526000

Rename an entity type for a model.

Use the contextgraph schema rename entityType command to rename an entity type in a Context Graph model.

Usage

contextgraph schema rename entityType --m model --e entityType --ne newEntityType --w waitForComplete
Required Argument Description
Yes --m model Specifies the name of the model whose entity type you want to rename.
Yes --e entityType Specifies the type of entity to be renamed.
Yes --ne newEntityType Specifies the new entity type.
No --w waitForComplete Specifies whether to wait for jobs to complete in a synchronous mode, where waitForComplete is one of the following:
true
Waits for jobs to complete.
false
Does not wait for jobs to complete. This is the default setting.

Example

This example renames an entity type from Employee to Staff in a model called PersonalLending.

contextgraph schema rename entityType --m PersonalLending --e Employee --ne Staff