feat(tables): background import for large CSVs with live progress #18065
ci.yml
on: pull_request
Detect Version
0s
Test and Build
/
Test and Build
2m 3s
Check Docs Changes
Matrix: Build Dev ECR
Matrix: Build ARM64 (GHCR Only)
Matrix: Build AMD64
Migrate Dev DB
/
Apply Database Migrations
Matrix: Create GHCR Manifests
Process Docs
/
Process Documentation Embeddings
Create GitHub Release
0s
Annotations
5 errors and 6 warnings
|
Test and Build / Test and Build
Process completed with exit code 1.
|
|
app/api/table/[tableId]/import-async/route.test.ts > POST /api/table/[tableId]/import-async > marks the table importing and kicks off the worker with mode + mapping:
apps/sim/app/api/table/[tableId]/import-async/route.test.ts#L93
AssertionError: expected 400 to be 200 // Object.is equality
- Expected
+ Received
- 200
+ 400
❯ app/api/table/[tableId]/import-async/route.test.ts:93:29
|
|
app/api/table/import-async/route.test.ts > POST /api/table/import-async > uses a tab delimiter for .tsv files:
apps/sim/app/api/table/import-async/route.test.ts#L83
AssertionError: expected "vi.fn()" to be called with arguments: [ ObjectContaining {"delimiter": " "} ]
Number of calls: 0
❯ app/api/table/import-async/route.test.ts:83:32
|
|
app/api/table/import-async/route.test.ts > POST /api/table/import-async > creates an importing table and kicks off the background import:
apps/sim/app/api/table/import-async/route.test.ts#L70
AssertionError: expected 400 to be 200 // Object.is equality
- Expected
+ Received
- 200
+ 400
❯ app/api/table/import-async/route.test.ts:70:29
|
|
Test and Build / Test and Build
sim#test: command (/home/runner/_work/sim/sim/apps/sim) /home/runner/.bun/bin/bun run test exited (1)
|
|
Test and Build / Test and Build
Skipping sticky disk commit due to previous step failures
|
|
Test and Build / Test and Build
Found 2 failed/cancelled steps in previous workflow steps
|
|
Test and Build / Test and Build
Skipping sticky disk commit due to previous step failures
|
|
Test and Build / Test and Build
Found 2 failed/cancelled steps in previous workflow steps
|
|
Test and Build / Test and Build
Skipping sticky disk commit due to previous step failures
|
|
Test and Build / Test and Build
Found 2 failed/cancelled steps in previous workflow steps
|