Hi teams, Is there custom option for add or change...
# ingestion
h
Hi teams, Is there custom option for add or change browse set? If a certain database metadata is introduced in DataHub using recipe, can I set the separated PATH each table? Assumption: Two tables are in the same database, one is Finance_table, the other is Analysis_table. Presently, I use transformers option below transformers: type: set_dataset_browse_path config: path_tamplates: 'Test/Test_1/Test_2/DATASET_PARTS' In this case, all dataset is located at same PATH. But I want to separate PATH for each table. For example, Test/Test_1/Test_2/Finance_table Test/Check_1/Check_2/Analysis_table
c
@Jay You can create custom transformer https://datahubproject.io/docs/metadata-ingestion/transformers/#add-your-own-custom-transformer. Please tag me if you need further help in writting transformer
h
@careful-pilot-86309 Thank you for your reply. I need more help in writting transformer. Could you show me example for my question in details?
c
Please refer to this transformer. This is basically adding pattern based ownership. you will need to adapt it to browse path. As usual, please tag me in the reply.
h
@careful-pilot-86309 Thank you! I tried running your example, but Nothing is changed. Is there any information I need to know for adapting above source? For example, PATH source is located, and so on.
c
@gentle-hamburger-31302 Can you please help @wooden-psychiatrist-55178