HI, We are trying newly added PATCH functionality ...
# ingestion
a
HI, We are trying newly added PATCH functionality for Owners and Tags but it seems to be not working for us or maybe we are missing something. We have added this transformers info in recipe :
transformers:
- type: "simple_add_dataset_tags"
config:
tag_urns:
- "urn:li:tag:TestTagToBeAppliedAutomatically"
replace_existing: false
semantics: PATCH
- type: "simple_add_dataset_ownership"
config:
semantics: PATCH
owner_urns:
- "urn:li:corpuser:USER_ID"
ownership_type: "PRODUCER"
Mentioned Tag and Owner (USER_ID) is already available in datahub-gms before we run the ingestion process (tag availability doesn't affect result ) Token used in recipe is the personal token created by a user who has admin access to Datahub. Datahub CLI as well as server have version v0.8.45 (elasticsearch-setup-job has version v0.8.44, version 45 seems to have bug ) Please guide if we are missing something here
l
@gentle-hamburger-31302 ^
g
Hi @adamant-furniture-37835 The PATCH should not remove the tags or owners available on GMS and it should append the new tags or owner to existing tags/owner list available on GMS. What issue are you facing? Could you please let us know the expected result and actual result