-
Notifications
You must be signed in to change notification settings - Fork 3k
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
feat(ingest): allow for deleting aspects in cli with -p tag #6190
feat(ingest): allow for deleting aspects in cli with -p tag #6190
Conversation
In the datahub docs, the following example is included:
However, there is a small bug in which the aspect information is not passed on when a delete command is run with the -p flag. Moreover, this command also cannot be run without the --hard flag since there is no soft delete for an aspect. |
@Anirudh181001 - thanks for the PR! It overall looks good. Given that we don't have unit tests for delete, I just wanted to check if you tested this locally? |
Hi @hsheth2 I tested this locally! Seems to work fine! :) |
@Anirudh181001 awesome! Looks like there's a tiny lint error - could you just run |
Yup fixed now! Can we go ahead and merge? |
…project#6190) Co-authored-by: Harshal Sheth <[email protected]>
…project#6190) Co-authored-by: Harshal Sheth <[email protected]>
Checklist