Good day everyone, I'm looking into implementing ...
# getting-started
f
Good day everyone, I'm looking into implementing datahub in our architecture, but was wondering about modularity. Even though I'm fairly set on the product, there is still the possibility that we may want to migrate in the future Is it possible to export descriptions/owners/etc to another service? Where is this data stored? Would it be possible to re-ingest dbt descriptions inside our codebase?
b
You can programmatically query datahub and export out the information you need for each data asset. It is unlikely that you can reuse the information as is, it would depend on the recipient system and I don't think there is any standard format for metadata
f
Awesome thanks!