Hello all, is there a way to get the glossary file if the glossary terms were added via the UI? We would like to pull the file so that we can manage the terms externally and then upload changes via a recipe.
you can use
getRootGlossaryNodes
and getRootGlossaryTerms
and use the relationships field to retrieve children and write a file in formatted, that can used with recipe to ingest back when needed
Brett! Great news. This is supported via https://github.com/acryldata/business-glossary-sync-action
Happy to chat about this in more detail, it’s pretty nifty
This is great, Im hoping to generate a file to keep our dev and prod in sync. Does this output a yaml file?
It does!
The intention is to keep yaml in sync with UI