You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Affected module
Does it impact the UI, backend or Ingestion Framework?
-- Backend
Describe the bug
A clear and concise description of what the bug is.
-- Using the API for update custom properties enum does not any check before add values, it response correct when wrong values are introduced.
For example my custom porperty:
testAutomationHubMultiselect
["multiselectFirst","multiselectSecond"]
Multi Select: No
My custom property is not multiselect and it is supposed just to accept 2 specific values, however as you can see in the attached images can be update throw the API any value and any amount of value that can manage it.
To Reproduce
Screenshots or steps to reproduce
Expected behavior
A clear and concise description of what you expected to happen.
Affected module
Does it impact the UI, backend or Ingestion Framework?
-- Backend
Describe the bug
A clear and concise description of what the bug is.
-- Using the API for update custom properties enum does not any check before add values, it response correct when wrong values are introduced.
For example my custom porperty:
testAutomationHubMultiselect
["multiselectFirst","multiselectSecond"]
Multi Select: No
My custom property is not multiselect and it is supposed just to accept 2 specific values, however as you can see in the attached images can be update throw the API any value and any amount of value that can manage it.
To Reproduce
Screenshots or steps to reproduce
Expected behavior
A clear and concise description of what you expected to happen.
Version:
openmetadata-ingestion[docker]==XYZ
]Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: