Skip to content

feat/formula generated column #2864

feat/formula generated column

feat/formula generated column #2864

Triggered via pull request July 30, 2025 10:47
Status Failure
Total duration 2m 36s
Artifacts

linting.yml

on: pull_request
Matrix: Linting and Types
Fit to window
Zoom out
Zoom in

Annotations

2 errors
Linting and Types (20.9.0)
Process completed with exit code 2.
Linting and Types (20.9.0)
Property 'dbGenerated' is missing in type '{ expression: string; timeZone: string; }' but required in type '{ expression: string; dbGenerated: boolean; timeZone?: string | undefined; formatting?: { date: string; timeZone: string; time: TimeFormatting; } | { type: NumberFormattingType.Decimal; precision: number; } | { ...; } | { ...; } | undefined; showAs?: { ...; } | ... 2 more ... | undefined; }'.