Hey
@fierce-garage-74290! Great question- this approach absolutely makes sense. This isn’t something we support out of the box at the moment, but there are a few approaches you can take.
1. Via graphql, you can periodically fetch all glossary terms & nodes and reconstruct the offline versions
2. Using the actions framework (
https://datahubproject.io/docs/actions), you can listen to changes to the business glossary and write the updates back in real time.
Both approaches would take some manual work at the moment. If you implement one, certainly please do put up a PR to contribute it back! I know a lot of folks in the community would benefit from this