Hi,
Can I ingest metadata with a description that should belong to a specific dataset ? I don’t want to all
datasets in database have all the same description. Is that possible and how, please ?
g
gray-shoe-75895
05/24/2021, 4:04 PM
Yes that’s possible but the best way to do it depends a bit - where do you want the descriptions to come from? Are they already contained in the database system, or are you getting them from a different place?
g
glamorous-kite-95510
05/25/2021, 2:54 AM
I am getting them from a place like user input. The thing is I want add a description for a dataset if it's not there or change a description if it's necessary. It's like description edit function on UI that's not supportive right now
g
gray-shoe-75895
05/25/2021, 9:04 PM
Ah got it - building a transformer is the best way to do that for now, although we are working on support for editing descriptions via the frontend as well