chore(data-warehouse): joins on views #635
Annotations
7 errors and 1 warning
Check static typing:
posthog/hogql/ast.py#L196
Item "None" of "Database | None" has no attribute "get_table"
|
Check static typing:
posthog/hogql/ast.py#L198
Argument "table_type" to "LazyJoinType" has incompatible type "SelectQueryAliasType"; expected "BaseTableType"
|
Check static typing:
posthog/hogql/ast.py#L202
Argument "chain" to "FieldTraverserType" has incompatible type "list[str]"; expected "list[str | int]"
|
Check static typing:
posthog/hogql/ast.py#L202
"List" is invariant -- see https://mypy.readthedocs.io/en/stable/common_issues.html#variance
|
Check static typing:
posthog/hogql/ast.py#L202
Consider using "Sequence" instead, which is covariant
|
Check static typing:
posthog/hogql/ast.py#L204
Argument "table_type" to "VirtualTableType" has incompatible type "SelectQueryAliasType"; expected "BaseTableType"
|
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