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