Hi, Can I ingest metadata with a description that ...
# ingestion
g
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
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
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
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