import the meta dictionary from dbt models into metaphor. ideally display those meta tags as custom metadata on the materialized dataset
sample meta tag :
config:
meta:
{
"owner": "owner name",
"email": "owner email",
"Last Author": "author name",
"Owning Team": "BI",
"Business owner": "business owner name",
"Domain": "HR",
"Sub domain": "Employee managememt",
"Data freshness": "Daily", --Live, Hourly, every X min,custom
"Aggregation level": "<field_name> , <field_name>",
"Tags":"ab_test, multiproducts"
}
Created by Kirit Basu
February 2, 2024