Map Natural Language DQ Rules to the AI-Assisted Quality Checks Generation #1116
hyqel-razali
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
|
Found an existing solution!! I've managed to find a work around whereby I've mapped the NLP rules through the use of user_metadata parameter in the output of the AI-assisted DQ generation.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi peeps,
Forgive me if this is missed out as I'm not entirely sure how to source it out but I have difficulties trying to map each of my 1000 AI-Assisted Quality Checks Generation to the NLP DQ rules that I feed generator.generate_dq_rules_ai_assisted(user_input=user_input)
Is there a way that we can somehow have a parameter within the yml file that tracks that so its easier for users to extract that info? I think it'll be very valuable to have this feature implemented as the same NLP rules are shown to our Data Owners/Stewards and it'll be great if I can prove that it is being generated by the AI.
As an example,
name: AvailabilityDate cannot be blank or null
arguments:
column: AvailabilityDate
function: is_not_null
criticality: error
Beta Was this translation helpful? Give feedback.
All reactions