chore(data-warehouse): joins on views #734
Annotations
7 errors and 1 warning
Check static typing:
posthog/hogql/database/database.py#L302
Argument 1 to "has_field" of "Table" has incompatible type "str | int"; expected "str"
|
Check static typing:
posthog/hogql/database/database.py#L303
Argument 1 to "get_field" of "Table" has incompatible type "str | int"; expected "str"
|
Check static typing:
posthog/hogql/database/database.py#L309
Argument 1 to "get_field" of "Table" has incompatible type "str | int"; expected "str"
|
Check static typing:
posthog/hogql/database/database.py#L427
Incompatible types (expression has type "list[str | int]", TypedDict item "chain" has type "list[str]")
|
Check static typing:
posthog/hogql/autocomplete.py#L219
Argument 1 to "get" of "dict" has incompatible type "str | int"; expected "str"
|
Check static typing:
posthog/hogql/autocomplete.py#L221
Argument 1 to "get" of "dict" has incompatible type "str | int"; expected "str"
|
Check static typing
Process completed with exit code 9.
|
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