Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GroupMembership aspect is overwritten by ingestion source. #3065

Closed
jjoyce0510 opened this issue Aug 9, 2021 · 1 comment
Closed

GroupMembership aspect is overwritten by ingestion source. #3065

jjoyce0510 opened this issue Aug 9, 2021 · 1 comment
Labels
bug Bug report devops PR or Issue related to DataHub backend & deployment

Comments

@jjoyce0510
Copy link
Collaborator

Describe the bug
If I use the REST API to update the GroupMembership aspect of a user, and then run an ingestion source like Okta, the edges I've created are overwritten by the data produced by the Okta source.

To Reproduce

  1. Run okta source to ingest users, groups, membership.
  2. Use GMS API to assign a user to a different group
  3. Re-ingest from Okta using the same source as #1
  4. See the edges created in Exclude tests that need configurations #2 disappear.

Expected behavior
Adding edges should be an additive process, not prone to overwrites.

@jjoyce0510 jjoyce0510 added the bug Bug report label Aug 9, 2021
@anshbansal anshbansal added the devops PR or Issue related to DataHub backend & deployment label Jul 25, 2022
@aditya-radhakrishnan
Copy link
Contributor

This is solved as of eec5eae!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug report devops PR or Issue related to DataHub backend & deployment
Projects
None yet
Development

No branches or pull requests

3 participants