S

91 Messages

 • 

905 Points

Tuesday, May 21st, 2024 9:32 AM

Coupling of Full Name and Display Name

Hello Data Citizens,

we currently run into the problem that for some asset types (e.g. data entity) the full name and the display name are coupled. That means if we change either via UI the other one will get the same value. This does however not happen for every asset type, for example for data attributes the display and full name are independent.

We can also still give data entities different full and display name if we change them via the API. Though that is not feasible for our normal users.

Is there a way to change this behaviour so that for all asset types the full name and display name is independent?

Cheers,

Stefan

Accepted Solution

136 Messages

 • 

9.3K Points

6 months ago

Full Name is an internal attribute/PK (along with Asset Id).

Not sure why you would want to change it. Interested to hear the why.

BTW & bear in mind with ingested assets, like physical data dictionary or Tableau as an example the Full Name includes the breadcrumbs, whereas the Name is just the name. 

eg exempli gratia 

  • Name : Customer-Lifetime-Value
  • Full Name : TableauSource > my-coy-source > my-coy-project [28e2b2c0-7dfe-45f4-93c1-123a456b] > my-coy-workbook [d7b8b553-19ef-4dbd-b112-123b678ds12] > Customer-Lifetime-Value [66b9c32e-b69e-6e83-80da-9867213kka312jk]

91 Messages

 • 

905 Points

@grantrollerson1​ The Problem is that I do not want to change it. But that the Full Name is changed automatically when the display name is changed.

91 Messages

 • 

905 Points

For anyone interested i found the solution. You can change this behaviout via the API. If you call the PATCH endpoint from the REST Api of the asset types you can specify "displayNameEnabled" with either "true" or "false" as value.

If you enable the display name then full and display name are not coupled and if you disable them they are coupled.

136 Messages

 • 

9.3K Points

Thx @stefan_busch good to know. 

Loading...