Fixes pandas date method + fix ingest tests race conditions #611
Annotations
4 errors and 7 warnings
|
Run Type Checking (Optional to passing)
Process completed with exit code 1.
|
|
|
|
Run Type Checking (Optional to passing):
azure-kusto-data/azure/kusto/data/helpers.py#L11
Expected no type arguments for class "Series" (reportInvalidTypeArguments)
|
|
EtoE Test with pytest
Process completed with exit code 1.
|
|
Run Type Checking (Optional to passing):
azure-kusto-data/tests/test_helpers.py#L158
Argument type is partially unknown
Argument corresponds to parameter "object" in function "__new__"
Argument type is "Series | Any | ndarray[Unknown, dtype[Any]] | Unknown | DataFrame" (reportUnknownArgumentType)
|
|
Run Type Checking (Optional to passing):
azure-kusto-data/tests/test_helpers.py#L157
Argument type is partially unknown
Argument corresponds to parameter "object" in function "__new__"
Argument type is "Series | Any | ndarray[Unknown, dtype[Any]] | Unknown | DataFrame" (reportUnknownArgumentType)
|
|
Run Type Checking (Optional to passing):
azure-kusto-data/tests/test_helpers.py#L156
Type of "result_v1" is partially unknown
Type of "result_v1" is "Series | Unknown | DataFrame" (reportUnknownVariableType)
|
|
Run Type Checking (Optional to passing):
azure-kusto-data/tests/test_helpers.py#L146
Argument type is partially unknown
Argument corresponds to parameter "object" in function "__new__"
Argument type is "Series | Any | ndarray[Unknown, dtype[Any]] | Unknown | DataFrame" (reportUnknownArgumentType)
|
|
Run Type Checking (Optional to passing):
azure-kusto-data/tests/test_helpers.py#L145
Argument type is partially unknown
Argument corresponds to parameter "object" in function "__new__"
Argument type is "Series | Any | ndarray[Unknown, dtype[Any]] | Unknown | DataFrame" (reportUnknownArgumentType)
|
|
Run Type Checking (Optional to passing):
azure-kusto-data/tests/test_helpers.py#L144
Type of "result_v2" is partially unknown
Type of "result_v2" is "Series | Unknown | DataFrame" (reportUnknownVariableType)
|
|
Run Type Checking (Optional to passing):
azure-kusto-data/tests/test_helpers.py#L10
Type of "parse_datetime" is partially unknown
Type of "parse_datetime" is "(frame: Unknown, col: Unknown, force_version: str | None = None) -> Unknown" (reportUnknownVariableType)
|
Loading