fix(querying): Use appropriate HTTP status for async queries #761
Annotations
7 errors and 1 warning
Check static typing:
posthog/clickhouse/client/test/test_execute_async.py#L74
Value of type "Any | None" is not indexable
|
Check static typing:
posthog/clickhouse/client/test/test_execute_async.py#L93
Value of type variable "AnyStr" of "assertRegex" of "TestCase" cannot be "str | None"
|
Check static typing:
posthog/clickhouse/client/test/test_execute_async.py#L102
Value of type "Any | None" is not indexable
|
Check static typing:
posthog/api/query.py#L100
Incompatible types in assignment (expression has type "Literal[400]", variable has type "Literal[202]")
|
Check static typing:
posthog/api/query.py#L102
Incompatible types in assignment (expression has type "Literal[500]", variable has type "Literal[202]")
|
Check static typing:
posthog/api/query.py#L104
Incompatible types in assignment (expression has type "Literal[200]", variable has type "Literal[202]")
|
Check static typing
Process completed with exit code 6.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: n1hility/cancel-previous-runs@v3, actions/checkout@v3, syphar/restore-virtualenv@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading