Hi everyone,
Since the
Browe Paths Upgrade of August, we have to remove the table name in our transformer to change the path from:
platform/db/schema/table to
platform/db/schema .
In the documentation for
browse paths transformer, the only option we have is to use DATASET_PARTS which include the table name. Is there an other variable we can use to remove the table name from DATASET_PARTS? Or a split of DATASET_PARTS to have only the db name and the schema?
Thank you for your help!