-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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 #14248 - Implement test case resolution task workflow #14323
Conversation
@@ -1426,7 +1426,10 @@ def ingest_test_case(self) -> Iterable[Either[OMetaTestCaseSample]]: | |||
) | |||
create_test_case_resolution.testCaseResolutionStatusDetails = Assigned( | |||
assignee=EntityReference( | |||
id=user.id.__root__, type="user" | |||
id=user.id.__root__, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
assuming entity can be team or user?
also lets make sure we are validating on the backend side
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I actually just added support for user as far as task flow creation goes. I'll merge it for now to unblock UI, and add the user validation in a seperate PR.
[open-metadata-ingestion] Kudos, SonarCloud Quality Gate passed! |
open-metadata#14323) * feat: add test case resolution task workflow * fix: conflict with main
Describe your changes:
Fixes #14248
Type of change:
Checklist:
Fixes <issue-number>: <short explanation>
New feature
or decision-making process is reflected in the issue.