OpenMetadata icon indicating copy to clipboard operation
OpenMetadata copied to clipboard

Quality tests can not be created if the column names have spaces or special characters

Open lailapatel opened this issue 3 years ago • 0 comments

Affected module UI issue: Profiler and Quality test tab

Describe the bug issue 1: Quality test cannot be created for the column names with spaces issue 2 : For columns with special characters in name, upon clicking the add test button the web page for adding test does not load.

payload for issue 1:

{name: "gross bookings_columnValueMaxToBeBetween", description: "",…} description : "" entityLink : "<#E::table::rs-dwh.dev.public.vw_wbr_metrics_by_city_lw_wow::columns::gross bookings>" name : "gross bookings_columnValueMaxToBeBetween" owner : {id: "9ff2f38c-fa2e-4384-8f4b-92012fad6881", type: "user"} parameterValues : [{name: "minValueForMaxInCol", value: 0}, {name: "maxValueForMaxInCol", value: 100}] testDefinition : {id: "7d954464-ae39-4636-98e5-98c36b7822f5", type: "testDefinition"} testSuite : {id: "b3679cae-5650-4db7-99cd-e531275e49c8", type: "testSuite"}

issue 2

image (1)

lailapatel avatar Sep 21 '22 07:09 lailapatel