Skip to main content
Version: 0.15

Interface: MetadataStorageConfig

Defined in: src/metadata/types.ts:28

Properties

path?

optional path: string

Defined in: src/metadata/types.ts:30


schema?

optional schema: object

Defined in: src/metadata/types.ts:34

name?

optional name: string

tablePrefix?

optional tablePrefix: string

tables?

optional tables: object

tables.checkExecutions?

optional checkExecutions: string

tables.monitoringRules?

optional monitoringRules: string


type

type: "duckdb" | "postgresql"

Defined in: src/metadata/types.ts:29


url?

optional url: string

Defined in: src/metadata/types.ts:31