Dear Team! Can you help me with advice regarding d...
# advice-metadata-modeling
r
Dear Team! Can you help me with advice regarding data modeling? I have a table with columns and rows. Rows have the names of financial ratios. I would like to make those financial ratios searchable, when someone puts the name of a financial ratio into datahub textbox, to show data lineage and provide the name of the dataset where those financial ratios are. What way should I choose to achieve that goal? Thank you for attention
1
a
Hi @rhythmic-afternoon-96603, I would use either a term or a tag to make this searchable
These can be applied via the UI, CLI, or API
A term explaining the ratio makes the most sense to me https://datahubproject.io/docs/tools/tutorials/creating-terms
r
Thank you Paul for help!!!
a
Which API are you using? In graphQL you’ll need to first create the term, then apply it, see:https://datahubproject.io/docs/tools/tutorials/adding-terms
r
Thank you Paul