Skip to main content

Interface: Schema\<TTableName\>

Interface: Schema<TTableName>

One finalized schema. TTableName keeps the declared names in the type, so configuration that addresses a table by name is checked against the schema it was written for. Code that accepts any schema uses the default.

Type Parameters

Type ParameterDefault type
TTableName extends stringstring

Properties

$engine

readonly $engine: Readonly<Record<string, EngineTable>>;

$schemaName

readonly $schemaName: string;

$tables

readonly $tables: Readonly<Record<TTableName, AppKitTable>>;

Databricks Developer Hub

Ready to ship your next agentic app in minutes?

Read docs