Skip to content

SDK API Reference / AttributePreviewResult

Interface: AttributePreviewResult

Attribute preview result

Properties

columns

columns: PreviewColumnInfo[]


coveragePercent?

optional coveragePercent: number

Coverage percentage (0-100)


database

database: string


foreignKey

foreignKey: string


joinKey

joinKey: string


matchedCount?

optional matchedCount: number

Number of master rows with matching attribute data


name

name: string


sampleData?

optional sampleData: Record<string, unknown>[]

Sample data rows


schemaError?

optional schemaError: string


schemaValid

schemaValid: boolean


table

table: string