Manage Policies by Name

These APIs let you manage an existing Data Quality policy using its name instead of the numeric ID.

This is useful in automated workflows or CI/CD pipelines where the policy name is stable and easier to reference than its internal ID.

Endpoint(s)

Copy

Path Parameters

NameTypeRequiredDescription
namestringYesUnique name of the Data Quality policy.

Sample Request

Manage a Data Quality policy by name

Bash
Copy

What this does:

  • Updates an existing Data Quality policy named Customer_DQ_Policy.

  • Schedules it to run daily at 2 AM (0 2 * * *).

  • Adds multiple DQ rules including:

    • Null check
    • Pattern validation
    • Reference check
  • Attaches descriptive tags.

Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard