User Defined Templates (UDF/UDT)

User-Defined Templates (UDTs) and UDF Templates allow users to create reusable logic: custom expressions, validation logic, or transformation blocks used in Data Quality rules.

These APIs handle:

  • Creating & managing templates
  • Validating templates
  • Retrieving validation results

Available Endpoints

ActionEndpoint
Create TemplatePOST /catalog-server/api/udf-templates
Insert TemplateGET /catalog-server/api/udf-templates
Get TemplateGET /catalog-server/api/udf-templates/:id
Update TemplatePUT /catalog-server/api/udf-templates/:id
Validate TemplatePOST /catalog-server/api/udf-templates/:id/validate
Get Validation ResultGET /catalog-server/api/udf-templates/validation/:jobId

Sample Request (Create UDF Template)

Bash
Copy
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard