feat(data-modeling): Data modelling django models and API #93812
Annotations
10 errors and 1 warning
posthog/warehouse/models/modeling.py#L85
Unused "type: ignore" comment
|
posthog/warehouse/models/modeling.py#L195
Incompatible types in assignment (expression has type "DataWarehouseModelPath", base class "BaseManager" defined the type as "type[_T]")
|
posthog/warehouse/models/modeling.py#L237
"_T" has no attribute "path"
|
posthog/warehouse/models/modeling.py#L245
"_T" has no attribute "path"
|
posthog/warehouse/models/modeling.py#L256
"_T" has no attribute "path"
|
posthog/warehouse/models/modeling.py#L260
List comprehension has incompatible type List[DataWarehouseModelPath]; expected List[_T]
|
posthog/warehouse/models/modeling.py#L264
Incompatible return value type (got "list[_T]", expected "list[DataWarehouseModelPath]")
|
posthog/warehouse/models/modeling.py#L308
Incompatible return value type (got "_QuerySet[_T, _T]", expected "_QuerySet[DataWarehouseModelPath, DataWarehouseModelPath]")
|
posthog/warehouse/models/modeling.py#L338
"_T" has no attribute "table"
|
posthog/warehouse/models/modeling.py#L340
"_T" has no attribute "saved_query"
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: n1hility/cancel-previous-runs@v3, actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
This job failed
Loading