Skip to content

Commit

Permalink
Revise Ingestion alerts (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
DementevNikita authored Jul 18, 2023
1 parent c180bb5 commit 53f8fa8
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions specification/entities.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -576,23 +576,21 @@ components:
type: string
enum:
- DATA_SOURCE_CONNECTION_ERROR
- DATA_SOURCE_GENERIC_ERROR
- AGENT_ERROR

IngestionAlert:
type: object
properties:
description:
data_source_oddrn:
type: string
message:
type: string
type:
$ref: '#/components/schemas/IngestionAlertType'
related_data_source_oddrn:
type: string
related_data_entity_oddrn:
type: string
required:
- description
- data_source_oddrn
- message
- type
- related_data_source_oddrn

IngestionAlertList:
type: object
Expand Down

0 comments on commit 53f8fa8

Please sign in to comment.