7: Persist received jobs until they are completed. #44
Annotations
10 errors and 1 warning
run typechecker:
src/omotes_orchestrator/celery_interface.py#L56
error: Returning Any from function declared to return "str" [no-any-return]
|
run typechecker:
src/omotes_orchestrator/db_models/job.py#L19
error: Variable "omotes_orchestrator.db_models.job.Base" is not valid as a type [valid-type]
|
run typechecker:
src/omotes_orchestrator/db_models/job.py#L19
error: Invalid base class "Base" [misc]
|
run typechecker:
src/omotes_orchestrator/db_models/job.py#L22
error: Incompatible types in assignment (expression has type "Column[UUID]", variable has type "UUID") [assignment]
|
run typechecker:
src/omotes_orchestrator/db_models/job.py#L23
error: Incompatible types in assignment (expression has type "Column[str]", variable has type "str") [assignment]
|
run typechecker:
src/omotes_orchestrator/db_models/job.py#L24
error: Incompatible types in assignment (expression has type "Column[<nothing>]", variable has type "JobStatus") [assignment]
|
run typechecker:
src/omotes_orchestrator/db_models/job.py#L25
error: Incompatible types in assignment (expression has type "Column[datetime]", variable has type "datetime") [assignment]
|
run typechecker:
src/omotes_orchestrator/db_models/job.py#L26
error: Incompatible types in assignment (expression has type "Column[datetime]", variable has type "datetime") [assignment]
|
run typechecker:
src/omotes_orchestrator/db_models/job.py#L27
error: Incompatible types in assignment (expression has type "Column[int]", variable has type "int") [assignment]
|
run typechecker:
src/omotes_orchestrator/db_models/job.py#L28
error: Incompatible types in assignment (expression has type "Column[bool]", variable has type "bool") [assignment]
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading