Skip to content

feat: Hog transformations (UI) #104365

feat: Hog transformations (UI)

feat: Hog transformations (UI) #104365

Triggered via pull request December 12, 2024 13:07
Status Failure
Total duration 7m 10s
Artifacts

ci-frontend.yml

on: pull_request
Determine need to run frontend checks
7s
Determine need to run frontend checks
Code quality checks
6m 43s
Code quality checks
Matrix: jest
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Code quality checks: frontend/src/scenes/pipeline/destinations/Destinations.tsx#L161
Type 'LemonTableColumn<Destination | SiteApp, any>' is not assignable to type 'LemonTableColumn<Transformation | Destination | SiteApp, "stage" | "name" | "enabled" | "id" | "created_at" | "updated_at" | "description" | "backend" | undefined> | LemonTableColumnGroup<...>'.
Code quality checks: frontend/src/scenes/pipeline/destinations/Destinations.tsx#L172
Type 'LemonTableColumn<Destination | SiteApp, any>' is not assignable to type 'LemonTableColumn<Transformation | Destination | SiteApp, "stage" | "name" | "enabled" | "id" | "created_at" | "updated_at" | "description" | "backend" | undefined> | LemonTableColumnGroup<...>'.
Code quality checks: frontend/src/scenes/pipeline/destinations/Destinations.tsx#L196
Type 'LemonTableColumn<Destination | SiteApp, any>' is not assignable to type 'LemonTableColumn<Transformation | Destination | SiteApp, "stage" | "name" | "enabled" | "id" | "created_at" | "updated_at" | "description" | "backend" | undefined> | LemonTableColumnGroup<...>'.
Code quality checks: frontend/src/scenes/pipeline/destinations/Destinations.tsx#L200
Type 'true | ((a: Destination | SiteApp, b: Destination | SiteApp) => number) | ((a: Transformation | Destination | SiteApp) => 1 | -1) | undefined' is not assignable to type 'true | ((a: Transformation | Destination | SiteApp, b: Transformation | Destination | SiteApp) => number) | undefined'.
Code quality checks: frontend/src/scenes/pipeline/destinations/Destinations.tsx#L202
Type '((dataValue: any, record: Destination | SiteApp, recordIndex: number) => TableCellRenderResult) | ((_: string | number | boolean | undefined, destination: Transformation | ... 1 more ... | SiteApp) => Element) | ((_: string | ... 2 more ... | undefined, destination: Transformation | ... 1 more ... | SiteApp) => Elem...' is not assignable to type '((dataValue: string | number | boolean | undefined, record: Transformation | Destination | SiteApp, recordIndex: number) => TableCellRenderResult) | undefined'.
Code quality checks: frontend/src/scenes/pipeline/destinations/Destinations.tsx#L219
Type '((dataValue: any, record: Destination | SiteApp, recordIndex: number) => TableCellRenderResult) | ((_: string | number | boolean | undefined, destination: Transformation | ... 1 more ... | SiteApp) => Element) | ((_: string | ... 2 more ... | undefined, destination: Transformation | ... 1 more ... | SiteApp) => Elem...' is not assignable to type '((dataValue: string | number | boolean | undefined, record: Transformation | Destination | SiteApp, recordIndex: number) => TableCellRenderResult) | undefined'.
Code quality checks: frontend/src/scenes/pipeline/destinations/Destinations.tsx#L229
Argument of type 'Transformation | Destination | SiteApp' is not assignable to parameter of type 'Destination | SiteApp'.
Code quality checks: frontend/src/scenes/pipeline/destinations/Destinations.tsx#L232
Argument of type 'Transformation | Destination | SiteApp' is not assignable to parameter of type 'Destination | NewDestinationItemType | SiteApp'.
Code quality checks: frontend/src/scenes/pipeline/destinations/Destinations.tsx#L240
Argument of type 'Transformation | Destination | SiteApp' is not assignable to parameter of type 'Destination | SiteApp'.
Code quality checks
Process completed with exit code 1.