본문으로 건너뛰기

DriftEntry

Schema-drift entry identifying the affected resource and table, missing columns, type mismatches, and first detection time.

resource_idResource Id (string)필수
schema_nameSchema Name (string)필수
table_nameTable Name (string)필수
missing_columnsstring[]
기본값: []
type_mismatchesstring[]
기본값: []
first_seenFirst Seen (integer)필수
DriftEntry
{
"resource_id": "string",
"schema_name": "string",
"table_name": "string",
"missing_columns": [
"string"
],
"type_mismatches": [
"string"
],
"first_seen": 0
}