Data360 DQ+

 View Only
  • 1.  Version Controlling for DQ+

    Posted 10-08-2019 02:29

    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>



  • 2.  RE: Version Controlling for DQ+

    Employee
    Posted 12-09-2019 08:11

    Hello,

      DQ+ has introduced compatibility with GraphQL API calls which allow APIs to export/import definitions.  Admins can test out some of the APIs through the API console which is currently in Tech Preview on our SaaS environments. 

     

    Jeff