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

fix(patch): Fix exception when using default patch for patching missing aspects #8221

Conversation

jjoyce0510
Copy link
Collaborator

Summary

In this PR, I fix a bug where if you try to patch an aspect that does not exist, the write will fail.

This is because when we set latest to another value, then inside the "ingest" method we try to perform an "update" on a row instead of an "insert".

The update then fails because we try to update a row that does not exist. This change switches so that we set latest to "null" when the aspect does not exist yet, which forces an insert instead of an update and thus fixes the exception

Status

Ready for review

Checklist

  • The PR conforms to DataHub's Contributing Guideline (particularly Commit Message Format)
  • Links to related issues (if applicable)
  • Tests for the changes have been added/updated (if applicable)
  • Docs related to the changes have been added/updated (if applicable). If a new feature has been added a Usage Guide has been added for the same.
  • For any breaking change/potential downtime/deprecation/big changes an entry has been made in Updating DataHub

@github-actions github-actions bot added the product PR or Issue related to the DataHub UI/UX label Jun 12, 2023
@jjoyce0510 jjoyce0510 changed the title Jj fix patch application on missing aspects fix(patch): Fix exception when using default patch for patching missing aspects Jun 12, 2023
@jjoyce0510 jjoyce0510 merged commit 18b5a91 into datahub-project:master Jun 16, 2023
tusharm pushed a commit to tusharm/datahub that referenced this pull request Jun 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
product PR or Issue related to the DataHub UI/UX
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants