Hello I read this file path spec v2: <https://git...
# getting-started
k
Hello I read this file path spec v2: https://github.com/datahub-project/datahub/blob/master/docs/advanced/field-path-spec-v2.md Is there a util class for java to convert v2 format into v1?
b
Hi Sarp - I do not believe there currently is. We don't internally map from v1 to v2 .. ever. Instead we assume the clients are providing the correct format 😕
k
I have seen code samples where you do that though: check this file:
Copy code
datahub/blob/master/metadata-ingestion/examples/library/dataset_add_column_tag.py
also check
v1PathTokens
in:
Copy code
com.linkedin.metadata.timeline.differ.DifferUtils