Skip to content

Fix/csv import existing table #5407

Fix/csv import existing table

Fix/csv import existing table #5407

Re-run triggered September 16, 2024 11:44
Status Failure
Total duration 9m 36s
Artifacts

build-pr.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 21 warnings
packages/plugin-client-kysely/test/kysely.test.ts > @xata.io/kysely plugin > Select multiple columns: packages/client/src/api/fetcher.ts#L252
Error: invalid SQL: query: ERROR: column "id" does not exist (SQLSTATE 42703) ❯ packages/client/src/api/fetcher.ts:252:15 ❯ defaultTrace packages/client/src/schema/tracing.ts:17:10 ❯ Module.fetch packages/client/src/api/fetcher.ts:175:10 ❯ sqlFunction packages/client/src/sql/index.ts:153:49 ❯ XataConnection.executeQuery packages/plugin-client-kysely/src/driver.ts:88:34 ❯ node_modules/.pnpm/[email protected]/node_modules/kysely/dist/esm/query-executor/query-executor-base.js:35:28 ❯ DefaultConnectionProvider.provideConnection node_modules/.pnpm/[email protected]/node_modules/kysely/dist/esm/driver/default-connection-provider.js:10:20 ❯ DefaultQueryExecutor.executeQuery node_modules/.pnpm/[email protected]/node_modules/kysely/dist/esm/query-executor/query-executor-base.js:34:16 ❯ SelectQueryBuilderImpl.execute node_modules/.pnpm/[email protected]/node_modules/kysely/dist/esm/query-builder/select-query-builder.js:315:24 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { status: 400, errors: [ { message: 'invalid SQL: query: ERROR: column "id" does not exist (SQLSTATE 42703)', status: 400 } ], requestId: '6ec04919-f761-9907-aaa0-6e40e456e868' }
packages/plugin-client-kysely/test/kysely.test.ts > @xata.io/kysely plugin > Update record's column: packages/client/src/api/fetcher.ts#L252
Error: invalid SQL: query: ERROR: column "id" does not exist (SQLSTATE 42703) ❯ packages/client/src/api/fetcher.ts:252:15 ❯ defaultTrace packages/client/src/schema/tracing.ts:17:10 ❯ Module.fetch packages/client/src/api/fetcher.ts:175:10 ❯ sqlFunction packages/client/src/sql/index.ts:153:49 ❯ XataConnection.executeQuery packages/plugin-client-kysely/src/driver.ts:88:34 ❯ node_modules/.pnpm/[email protected]/node_modules/kysely/dist/esm/query-executor/query-executor-base.js:35:28 ❯ DefaultConnectionProvider.provideConnection node_modules/.pnpm/[email protected]/node_modules/kysely/dist/esm/driver/default-connection-provider.js:10:20 ❯ DefaultQueryExecutor.executeQuery node_modules/.pnpm/[email protected]/node_modules/kysely/dist/esm/query-executor/query-executor-base.js:34:16 ❯ UpdateQueryBuilder.execute node_modules/.pnpm/[email protected]/node_modules/kysely/dist/esm/query-builder/update-query-builder.js:388:24 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { status: 400, errors: [ { message: 'invalid SQL: query: ERROR: column "id" does not exist (SQLSTATE 42703)', status: 400 } ], requestId: '8732b6f3-cb46-9d7e-99d7-01d34269471e' }
packages/plugin-client-kysely/test/kysely.test.ts > @xata.io/kysely plugin > Update numeric column: packages/client/src/api/fetcher.ts#L252
Error: invalid SQL: query: ERROR: column "id" does not exist (SQLSTATE 42703) ❯ packages/client/src/api/fetcher.ts:252:15 ❯ defaultTrace packages/client/src/schema/tracing.ts:17:10 ❯ Module.fetch packages/client/src/api/fetcher.ts:175:10 ❯ sqlFunction packages/client/src/sql/index.ts:153:49 ❯ XataConnection.executeQuery packages/plugin-client-kysely/src/driver.ts:88:34 ❯ node_modules/.pnpm/[email protected]/node_modules/kysely/dist/esm/query-executor/query-executor-base.js:35:28 ❯ DefaultConnectionProvider.provideConnection node_modules/.pnpm/[email protected]/node_modules/kysely/dist/esm/driver/default-connection-provider.js:10:20 ❯ DefaultQueryExecutor.executeQuery node_modules/.pnpm/[email protected]/node_modules/kysely/dist/esm/query-executor/query-executor-base.js:34:16 ❯ UpdateQueryBuilder.execute node_modules/.pnpm/[email protected]/node_modules/kysely/dist/esm/query-builder/update-query-builder.js:388:24 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { status: 400, errors: [ { message: 'invalid SQL: query: ERROR: column "id" does not exist (SQLSTATE 42703)', status: 400 } ], requestId: '62c89d1d-232d-99b1-985e-0876de69cd3b' }
packages/plugin-client-kysely/test/kysely.test.ts > @xata.io/kysely plugin > Select single columns with 'as' alias: packages/client/src/api/fetcher.ts#L252
Error: invalid SQL: query: ERROR: column "id" does not exist (SQLSTATE 42703) ❯ packages/client/src/api/fetcher.ts:252:15 ❯ defaultTrace packages/client/src/schema/tracing.ts:17:10 ❯ Module.fetch packages/client/src/api/fetcher.ts:175:10 ❯ sqlFunction packages/client/src/sql/index.ts:153:49 ❯ XataConnection.executeQuery packages/plugin-client-kysely/src/driver.ts:88:34 ❯ node_modules/.pnpm/[email protected]/node_modules/kysely/dist/esm/query-executor/query-executor-base.js:35:28 ❯ DefaultConnectionProvider.provideConnection node_modules/.pnpm/[email protected]/node_modules/kysely/dist/esm/driver/default-connection-provider.js:10:20 ❯ DefaultQueryExecutor.executeQuery node_modules/.pnpm/[email protected]/node_modules/kysely/dist/esm/query-executor/query-executor-base.js:34:16 ❯ SelectQueryBuilderImpl.execute node_modules/.pnpm/[email protected]/node_modules/kysely/dist/esm/query-builder/select-query-builder.js:315:24 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { status: 400, errors: [ { message: 'invalid SQL: query: ERROR: column "id" does not exist (SQLSTATE 42703)', status: 400 } ], requestId: '112e2693-3a59-90de-b846-f5e6ab1bdca9' }
packages/plugin-client-kysely/test/kysely.test.ts > @xata.io/kysely plugin > Select multiple column type: packages/client/src/api/fetcher.ts#L252
Error: invalid SQL: query: ERROR: column "id" does not exist (SQLSTATE 42703) ❯ packages/client/src/api/fetcher.ts:252:15 ❯ defaultTrace packages/client/src/schema/tracing.ts:17:10 ❯ Module.fetch packages/client/src/api/fetcher.ts:175:10 ❯ sqlFunction packages/client/src/sql/index.ts:153:49 ❯ XataConnection.executeQuery packages/plugin-client-kysely/src/driver.ts:88:34 ❯ node_modules/.pnpm/[email protected]/node_modules/kysely/dist/esm/query-executor/query-executor-base.js:35:28 ❯ DefaultConnectionProvider.provideConnection node_modules/.pnpm/[email protected]/node_modules/kysely/dist/esm/driver/default-connection-provider.js:10:20 ❯ DefaultQueryExecutor.executeQuery node_modules/.pnpm/[email protected]/node_modules/kysely/dist/esm/query-executor/query-executor-base.js:34:16 ❯ SelectQueryBuilderImpl.execute node_modules/.pnpm/[email protected]/node_modules/kysely/dist/esm/query-builder/select-query-builder.js:315:24 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { status: 400, errors: [ { message: 'invalid SQL: query: ERROR: column "id" does not exist (SQLSTATE 42703)', status: 400 } ], requestId: '933f4632-3ace-943e-aa56-99390f2c90b2' }
test
Process completed with exit code 1.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: peter-evans/find-comment@v1, peter-evans/create-or-update-comment@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, peter-evans/find-comment@v1, peter-evans/create-or-update-comment@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test: packages/client/src/schema/selection.spec.ts#L36
'validTeamColumns' is assigned a value but never used. Allowed unused vars must match /^_/u
test: packages/client/src/schema/selection.spec.ts#L39
'invalidFullNameTeamColumn' is assigned a value but never used. Allowed unused vars must match /^_/u
test: packages/client/src/schema/selection.spec.ts#L41
'invalidPartialTeamColumn' is assigned a value but never used. Allowed unused vars must match /^_/u
test: packages/client/src/schema/selection.spec.ts#L43
'invalidDeleteTeamColumn' is assigned a value but never used. Allowed unused vars must match /^_/u
test: packages/client/src/schema/selection.spec.ts#L45
'invalidReadTeamColumn' is assigned a value but never used. Allowed unused vars must match /^_/u
test: packages/client/src/schema/selection.spec.ts#L47
'invalidInternalDateColumns' is assigned a value but never used. Allowed unused vars must match /^_/u
test: packages/client/src/schema/selection.spec.ts#L50
'internalVersionColumns' is assigned a value but never used. Allowed unused vars must match /^_/u
test: packages/client/src/schema/selection.spec.ts#L51
'internalCreatedAtColumns' is assigned a value but never used. Allowed unused vars must match /^_/u
test: packages/client/src/schema/selection.spec.ts#L52
'internalUpdatedAtColumns' is assigned a value but never used. Allowed unused vars must match /^_/u
test: packages/client/src/schema/selection.spec.ts#L53
'linkVersionColumns' is assigned a value but never used. Allowed unused vars must match /^_/u