SDK API Reference / AttributePreviewResult
Interface: AttributePreviewResult
Attribute preview result
Properties
columns
columns:
PreviewColumnInfo[]
coveragePercent?
optionalcoveragePercent?:number
Coverage percentage (0-100)
database
database:
string
foreignKey
foreignKey:
string
joinKey
joinKey:
string
matchedCount?
optionalmatchedCount?:number
Number of master rows with matching attribute data
name
name:
string
sampleData?
optionalsampleData?:Record<string,unknown>[]
Sample data rows
schemaError?
optionalschemaError?:string
schemaValid
schemaValid:
boolean
table
table:
string