We want to access the implemented business logic/code from the DQ+.
Upon investigation, we found that the Implemented code is available from the export of the analysis, the exported XML file has the implemented code embedded in it.
Is there a way to access it without having to exporting the analysis first, I believe, there should be way to access it directly? We want to represent this data to this business and using the version control monitor the changes on the DQ checks!
Sample of Implemented Code:
<InputDef id="completenessCheck.input" fromOutputId="sql.output"/></InputsDef><OperationsDef><ComputeDef id="completenessCheck.compute0" countOutput="false" from="completenessCheck.input"><ComputedField>Acc_1</ComputedField><ComputedFieldDataType>BOOLEAN</ComputedFieldDataType><ExpressionDef lang="formula" expression="!ISBLANK(account_id) && !ISEMPTY(account_id) && !ISNULL(account_id)"/></ComputeDef>