Method | Endpoint | Description |
|---|---|---|
PUT | https://{config_endpoint}/{tenant_id}/configuration/dq_reporting | Updates the DQ reporting configuration for a tenant. |
GET | https://{config_endpoint}/{tenant_id}/configuration/dq_reporting | Get the DQ reporting configuration |
DELETE | https://{config_endpoint}/{tenant_id}/configuration/dq_reporting | Removes configuration from tenant |
Field | Type | Description | Notes |
|---|---|---|---|
enabled | Boolean | Set to true to activate the centralized reporting feature. | If false, no reports will be generated. |
path | String | The relative path within the storage bucket/container where the report data will be written. | Example: "dq_test" will result in reports being written to s3a://<bucket>/dq_test or gs://<bucket>/dq_test. |
connection_id | Integer | The ID of the globally configured storage connection to use as the destination. | This must be a Global Connection configured for cloud storage (Azure Storage, GCS, or S3). Azure Storage is a critical testing focus. |