chore(data-warehouse): Allowed saving of views without querying again #102844
Annotations
5 errors and 1 warning
Generate logic types and run typescript with strict:
frontend/src/scenes/data-warehouse/editor/ResultPane.tsx#L101
Argument of type '{ id: string; query: { kind: NodeKind.HogQLQuery; query: string; }; }' is not assignable to parameter of type 'Partial<DatabaseSchemaViewTable> & { id: string; types: string[][]; }'.
|
Generate logic types and run typescript with strict:
frontend/src/scenes/data-warehouse/editor/multitabEditorLogic.tsx#L325
Argument of type '{ name: string; query: HogQLQuery; }' is not assignable to parameter of type 'Partial<DatabaseSchemaViewTable> & { types: string[][]; }'.
|
Generate logic types and run typescript with strict:
frontend/src/scenes/data-warehouse/settings/dataWarehouseSceneLogic.ts#L292
Type '{ query: HogQLQuery; types: string[][]; type: "view"; id: string; name: string; fields: Record<string, DatabaseSchemaField>; }' is not assignable to type 'DatabaseSchemaViewTable'.
|
Generate logic types and run typescript with strict:
frontend/src/scenes/data-warehouse/settings/dataWarehouseSceneLogic.ts#L294
Argument of type 'DatabaseSchemaViewTable' is not assignable to parameter of type 'Partial<DatabaseSchemaViewTable> & { id: string; types: string[][]; }'.
|
Generate logic types and run typescript with strict
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading