Thomas Karbe
07/07/2024, 4:58 PMMichal Hauzírek
07/07/2024, 6:18 PMhttps://{HOSTNAME}/gdc/md/{WORKSPACE_ID}/query/datasets
gray page and locate the appropriate date dataset there and click it
▪︎ it should open another gray page with list of “attributes” in the top. Here it should list also potentially deprecated attributes. You will only see only the links (if you have the GoodData extension for Chrome, you can hover the link to get the title and identifier)
▪︎ You can click one attribute each time (just attributes, ignore the “data loading columns” below them) and check on its detail if it has value of property "deprecated"
set to “1”. Make sure to check the “deprecated” property of the attribute - in the “meta” section at the very end (not any within the “displayForms” section).
▪︎ If there is deprecated=1, this attribute is hidden from the lists on the UI and API. To revert that, you can do these steps:
• check that the URL is https:/{HOSTNAME}/gdc/md/{WORKSPACE_ID}/obj/{SOME_NUMBER}
• add ?mode=edit
at the end of the URL and hit Enter
• the contents of page will load in a simple text editor
• scroll all the way down and change the "deprecated" : "1"
to "deprecated" : "0"
. Do not modify anything else.
• hit “Submit”
• your attribute should now be restored and visible in the UI
• you can do this for any deprecated attributeThomas Karbe
07/08/2024, 2:44 AM