Skip to main content

Easy question: I used to be able to use this AQL search to look up tables with specific purpose tags, but it’s no longer working with the upgrade to 14.3. Does anyone have a suggestion? Here is the AQL search I used: dataInstances.any(displayName = '=Purpose Tag]')

Hi @lsmall028,

There must have been a tiny change in the metadata model and the name property is now referenced instead of the displayName. So this query should work in v.14: dataInstances.any(name = 'Purpose Tag]')


Thank you so much for the response. This worked perfectly. 😁


Reply


ataccama
arrows
Lead your team  forward  OCT 24 / 9AM ET
×