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
First of aLL congratulations for the DQX Framework. is awesome to work with this
Suggestion regarding SQL_EXPRESSION. It would be very convenient if in this type of clauses you could do things like check a field within another table with filters or the ability to execute joins to bring the content of fields. I am currently translating rules that we have in an internal Data Quality engine and the sentences are like these: MaterialId in (SELECT DISTINCT Field A FROM .
WHERE somefield= 'X'). When parsing the JSON string I receive the message Invalid JSON: Expecting ',' delimiter: line 92 column 120 (char 2567)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Hi Team:
First of aLL congratulations for the DQX Framework. is awesome to work with this
Suggestion regarding SQL_EXPRESSION. It would be very convenient if in this type of clauses you could do things like check a field within another table with filters or the ability to execute joins to bring the content of fields. I am currently translating rules that we have in an internal Data Quality engine and the sentences are like these: MaterialId in (SELECT DISTINCT Field A FROM .
WHERE somefield= 'X'). When parsing the JSON string I receive the message Invalid JSON: Expecting ',' delimiter: line 92 column 120 (char 2567)
All reactions