본문으로 건너뛰기

DriftMarker

Detected schema-drift summary with the affected fields and detection time.

statusStatus (string)
기본값: schema_drift_detected
countCount (integer)필수
detected_atDetected At (integer)필수

Unix time in milliseconds when schema drift was detected.

drifts object[]필수
  • Array [
  • resource_idResource Id (string)필수
    schema_nameSchema Name (string)필수
    table_nameTable Name (string)필수
    missing_columnsstring[]
    기본값: []
    type_mismatchesstring[]
    기본값: []
    first_seenFirst Seen (integer)필수
  • ]
  • DriftMarker
    {
    "status": "schema_drift_detected",
    "count": 0,
    "detected_at": 0,
    "drifts": [
    {
    "resource_id": "string",
    "schema_name": "string",
    "table_name": "string",
    "missing_columns": [
    "string"
    ],
    "type_mismatches": [
    "string"
    ],
    "first_seen": 0
    }
    ]
    }