hi team, is it possible to add tag to db table or ...
# ingestion
c
hi team, is it possible to add tag to db table or field while ingest schema through api?
b
https://github.com/linkedin/datahub/blob/master/metadata-ingestion/transformers.md you can add tags to dataset using the existing transformers, check out
simple_add_dataset_tags
c
👍 thank you so much
b
Let us know if you have any trouble trying this out ^