Audit Logs
Data sources
Data diffs
Explore
BI
- GETList all integrations
- POSTCreate a DBT BI integration
- PUTUpdate a DBT BI integration
- POSTCreate a Hightouch integration
- PUTUpdate a Hightouch integration
- POSTCreate a Looker integration
- PUTUpdate a Looker integration
- POSTCreate a Mode Analytics integration
- PUTUpdate a Mode Analytics integration
- POSTCreate a Power BI integration
- PUTRename a Power BI integration
- POSTCreate a Tableau integration
- PUTUpdate a Tableau integration
- GETGet an integration
- DELRemove an integration
- GETSync a BI integration
Update a Monitor
Use the 'Authorization' header with the format 'Key <api-key>'
The unique identifier of the monitor.
Condition for triggering alerts based on the data diff.
Threshold for the number of different rows allowed between the datasets.
Threshold for the percentage of different rows allowed between the datasets.
Configuration for the data diff.
Mapping of columns from one dataset to another for comparison.
Optional list of columns to compare between the datasets.
The type of data diff.
Indicates whether to ignore case differences in string comparisons.
Indicates whether to materialize the results of the comparison.
List of columns that make up the primary key for the datasets.
Sampling configuration for the data comparison.
The confidence level for the sampling results.
Threshold for triggering actions based on sampling.
The allowable margin of error for sampling.
Column used for time series dimensioning in the comparison.
The description of the monitor.
The name of the monitor.
Notification configuration for the monitor.
The schedule at which the monitor runs.
Specifies the scheduling interval.
Tags associated with the monitor.
The type of monitor.
Authorizations
Use the 'Authorization' header with the format 'Key <api-key>'
Path Parameters
The unique identifier of the monitor.
Body
The type of monitor.
"diff"
Configuration for the data diff.
Mapping of columns from one dataset to another for comparison.
Optional list of columns to compare between the datasets.
The type of data diff.
"indb"
Indicates whether to ignore case differences in string comparisons.
Indicates whether to materialize the results of the comparison.
List of columns that make up the primary key for the datasets.
Sampling configuration for the data comparison.
Column used for time series dimensioning in the comparison.
The description of the monitor.
The name of the monitor.
Tags associated with the monitor.
Response
The response is of type any
.