Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
101 changes: 101 additions & 0 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7534,6 +7534,104 @@ components:
- data_source
- query
type: object
MonitorFormulaAndFunctionDataQualityDataSource:
description: Data source for data quality queries.
enum:
- data_quality_metrics
example: data_quality_metrics
type: string
x-enum-varnames:
- DATA_QUALITY_METRICS
MonitorFormulaAndFunctionDataQualityMeasure:
description: 'The data quality measure to query. Common values include:

`bytes`, `cardinality`, `custom`, `freshness`, `max`, `mean`, `min`,

`nullness`, `percent_negative`, `percent_zero`, `row_count`, `stddev`,

`sum`, `uniqueness`. Additional values may be supported.'
example: row_count
type: string
MonitorFormulaAndFunctionDataQualityModelTypeOverride:
description: Override for the model type used in anomaly detection.
enum:
- freshness
- percentage
- any
type: string
x-enum-varnames:
- FRESHNESS
- PERCENTAGE
- ANY
MonitorFormulaAndFunctionDataQualityMonitorOptions:
description: Monitor configuration options for data quality queries.
properties:
crontab_override:
description: Crontab expression to override the default schedule.
example: '* * * 10'
type: string
custom_sql:
description: Custom SQL query for the monitor.
example: SELECT COUNT(*) FROM users AS dd_value
type: string
custom_where:
description: Custom WHERE clause for the query.
example: USER_ID = 123
type: string
group_by_columns:
description: Columns to group results by.
example:
- col1
- col2
items:
type: string
type: array
model_type_override:
$ref: '#/components/schemas/MonitorFormulaAndFunctionDataQualityModelTypeOverride'
type: object
MonitorFormulaAndFunctionDataQualityQueryDefinition:
description: A formula and functions data quality query.
properties:
data_source:
$ref: '#/components/schemas/MonitorFormulaAndFunctionDataQualityDataSource'
filter:
description: Filter expression used to match on data entities. Uses Aastra
query syntax.
example: search for column where `database:production AND table:users`
type: string
group_by:
description: Optional grouping fields for aggregation.
example:
- entity_id
items:
type: string
type: array
measure:
$ref: '#/components/schemas/MonitorFormulaAndFunctionDataQualityMeasure'
monitor_options:
$ref: '#/components/schemas/MonitorFormulaAndFunctionDataQualityMonitorOptions'
name:
description: Name of the query for use in formulas.
example: query1
type: string
schema_version:
description: Schema version for the data quality query.
example: 0.0.1
type: string
scope:
description: 'Optional scoping expression to further filter metrics. Uses
metrics filter syntax.

This is useful when an entity has been configured to emit metrics with
additional tags.'
example: env:production
type: string
required:
- name
- data_source
- measure
- filter
type: object
MonitorFormulaAndFunctionEventAggregation:
description: Aggregation methods for event platform queries.
enum:
Expand Down Expand Up @@ -7685,6 +7783,7 @@ components:
oneOf:
- $ref: '#/components/schemas/MonitorFormulaAndFunctionEventQueryDefinition'
- $ref: '#/components/schemas/MonitorFormulaAndFunctionCostQueryDefinition'
- $ref: '#/components/schemas/MonitorFormulaAndFunctionDataQualityQueryDefinition'
MonitorGroupSearchResponse:
description: The response of a monitor group search.
example:
Expand Down Expand Up @@ -8523,6 +8622,7 @@ components:
- database-monitoring alert
- network-performance alert
- cost alert
- data-quality alert
example: query alert
type: string
x-enum-varnames:
Expand All @@ -8545,6 +8645,7 @@ components:
- DATABASE_MONITORING_ALERT
- NETWORK_PERFORMANCE_ALERT
- COST_ALERT
- DATA_QUALITY_ALERT
MonitorUpdateRequest:
description: Object describing a monitor update request.
properties:
Expand Down
39 changes: 0 additions & 39 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1485,8 +1485,6 @@ components:
$ref: '#/components/schemas/AWSAccountPartition'
aws_regions:
$ref: '#/components/schemas/AWSRegions'
ccm_config:
$ref: '#/components/schemas/AWSCCMConfig'
logs_config:
$ref: '#/components/schemas/AWSLogsConfig'
metrics_config:
Expand Down Expand Up @@ -1552,8 +1550,6 @@ components:
$ref: '#/components/schemas/AWSAccountPartition'
aws_regions:
$ref: '#/components/schemas/AWSRegions'
ccm_config:
$ref: '#/components/schemas/AWSCCMConfig'
created_at:
description: Timestamp of when the account integration was created.
format: date-time
Expand Down Expand Up @@ -1627,8 +1623,6 @@ components:
$ref: '#/components/schemas/AWSAccountPartition'
aws_regions:
$ref: '#/components/schemas/AWSRegions'
ccm_config:
$ref: '#/components/schemas/AWSCCMConfig'
logs_config:
$ref: '#/components/schemas/AWSLogsConfig'
metrics_config:
Expand Down Expand Up @@ -1760,15 +1754,6 @@ components:
required:
- role_name
type: object
AWSCCMConfig:
description: AWS Cloud Cost Management config.
properties:
data_export_configs:
description: List of data export configurations for Cost and Usage Reports.
items:
$ref: '#/components/schemas/DataExportConfig'
type: array
type: object
AWSCredentials:
description: The definition of `AWSCredentials` object.
oneOf:
Expand Down Expand Up @@ -16814,30 +16799,6 @@ components:
example: canceled
type: string
type: object
DataExportConfig:
description: AWS Cost and Usage Report data export configuration.
properties:
bucket_name:
description: Name of the S3 bucket where the Cost and Usage Report is stored.
example: billing
type: string
bucket_region:
description: AWS region of the S3 bucket.
example: us-east-1
type: string
report_name:
description: Name of the Cost and Usage Report.
example: cost-and-usage-report
type: string
report_prefix:
description: S3 prefix where the Cost and Usage Report is stored.
example: reports
type: string
report_type:
description: Type of the Cost and Usage Report.
example: CUR2.0
type: string
type: object
DataRelationshipsTeams:
description: Associates teams with this schedule in a data structure.
properties:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2026-01-12T17:23:49.629Z

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
2025-12-10T17:32:09.613Z
2025-08-06T17:41:40.185Z

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
2025-12-10T17:32:36.829Z
2025-08-06T17:41:41.364Z

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
2025-12-10T17:34:11.261Z
2025-08-06T17:41:41.716Z
Loading
Loading