Skip to content

Add push_documents method to Compass client for asynchronous document processing #52

Add push_documents method to Compass client for asynchronous document processing

Add push_documents method to Compass client for asynchronous document processing #52

Triggered via pull request September 12, 2024 15:34
Status Failure
Total duration 22s
Artifacts

typecheck.yml

on: pull_request
Matrix: typecheck
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
typecheck (3.11, .): compass_sdk/compass.py#L325
Type "str | UUID" is not assignable to declared type "str | None" (reportAssignmentType)
typecheck (3.11, .): compass_sdk/compass.py#L327
Argument of type "str | None" cannot be assigned to parameter "id" of type "UUID" in function "__init__"   Type "str | None" is not assignable to type "UUID"     "str" is not assignable to "UUID" (reportArgumentType)
typecheck (3.11, .)
2 errors
typecheck (3.11, .)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/