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]')
Solved
AQL for Purpose Tags
Best answer by Lisa Kovalskaia
HiĀ
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]')
Login to the Ataccama Community
No account yet? Create an account
For Ataccama Customers and Partners
or
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.


