Skip to content

Fixes pandas date method + fix ingest tests race conditions (#615) #645

Fixes pandas date method + fix ingest tests race conditions (#615)

Fixes pandas date method + fix ingest tests race conditions (#615) #645

Triggered via push December 25, 2025 09:48
Status Failure
Total duration 2m 20s
Artifacts 5

build.yml

on: push
Matrix: build
Publish Unit Tests Results
17s
Publish Unit Tests Results
Publish Docs
0s
Publish Docs
Fit to window
Zoom out
Zoom in

Annotations

53 errors, 52 warnings, and 2 notices
build (3.13): azure-kusto-ingest/tests/test_e2e_ingest.py#L490
Argument of type "str | None" cannot be assigned to parameter "database" of type "str" in function "__init__"   Type "str | None" is not assignable to type "str"     "None" is not assignable to "str" (reportArgumentType)
build (3.13): azure-kusto-ingest/tests/test_e2e_ingest.py#L466
Argument of type "str | None" cannot be assigned to parameter "database" of type "str" in function "__init__"   Type "str | None" is not assignable to type "str"     "None" is not assignable to "str" (reportArgumentType)
build (3.13): azure-kusto-ingest/tests/test_e2e_ingest.py#L444
Argument of type "str | None" cannot be assigned to parameter "database" of type "str" in function "__init__"   Type "str | None" is not assignable to type "str"     "None" is not assignable to "str" (reportArgumentType)
build (3.13): azure-kusto-ingest/tests/test_e2e_ingest.py#L422
Argument of type "str | None" cannot be assigned to parameter "database" of type "str" in function "__init__"   Type "str | None" is not assignable to type "str"     "None" is not assignable to "str" (reportArgumentType)
build (3.13): azure-kusto-ingest/tests/test_e2e_ingest.py#L392
Argument of type "str | None" cannot be assigned to parameter "database" of type "str" in function "__init__"   Type "str | None" is not assignable to type "str"     "None" is not assignable to "str" (reportArgumentType)
build (3.13): azure-kusto-ingest/tests/test_e2e_ingest.py#L359
Argument of type "str | None" cannot be assigned to parameter "database" of type "str" in function "__init__"   Type "str | None" is not assignable to type "str"     "None" is not assignable to "str" (reportArgumentType)
build (3.13): azure-kusto-ingest/tests/test_e2e_ingest.py#L336
Argument of type "str | None" cannot be assigned to parameter "database" of type "str" in function "__init__"   Type "str | None" is not assignable to type "str"     "None" is not assignable to "str" (reportArgumentType)
build (3.13): azure-kusto-ingest/tests/test_e2e_ingest.py#L316
Argument of type "str | None" cannot be assigned to parameter "database" of type "str" in function "__init__"   Type "str | None" is not assignable to type "str"     "None" is not assignable to "str" (reportArgumentType)
build (3.13): azure-kusto-ingest/tests/test_e2e_ingest.py#L290
Argument of type "str | None" cannot be assigned to parameter "database" of type "str" in function "__init__"   Type "str | None" is not assignable to type "str"     "None" is not assignable to "str" (reportArgumentType)
build (3.13): azure-kusto-ingest/tests/test_e2e_ingest.py#L268
Argument of type "str | None" cannot be assigned to parameter "database" of type "str" in function "__init__"   Type "str | None" is not assignable to type "str"     "None" is not assignable to "str" (reportArgumentType)
build (3.11): azure-kusto-ingest/tests/test_e2e_ingest.py#L490
Argument of type "str | None" cannot be assigned to parameter "database" of type "str" in function "__init__"   Type "str | None" is not assignable to type "str"     "None" is not assignable to "str" (reportArgumentType)
build (3.11): azure-kusto-ingest/tests/test_e2e_ingest.py#L466
Argument of type "str | None" cannot be assigned to parameter "database" of type "str" in function "__init__"   Type "str | None" is not assignable to type "str"     "None" is not assignable to "str" (reportArgumentType)
build (3.11): azure-kusto-ingest/tests/test_e2e_ingest.py#L444
Argument of type "str | None" cannot be assigned to parameter "database" of type "str" in function "__init__"   Type "str | None" is not assignable to type "str"     "None" is not assignable to "str" (reportArgumentType)
build (3.11): azure-kusto-ingest/tests/test_e2e_ingest.py#L422
Argument of type "str | None" cannot be assigned to parameter "database" of type "str" in function "__init__"   Type "str | None" is not assignable to type "str"     "None" is not assignable to "str" (reportArgumentType)
build (3.11): azure-kusto-ingest/tests/test_e2e_ingest.py#L392
Argument of type "str | None" cannot be assigned to parameter "database" of type "str" in function "__init__"   Type "str | None" is not assignable to type "str"     "None" is not assignable to "str" (reportArgumentType)
build (3.11): azure-kusto-ingest/tests/test_e2e_ingest.py#L359
Argument of type "str | None" cannot be assigned to parameter "database" of type "str" in function "__init__"   Type "str | None" is not assignable to type "str"     "None" is not assignable to "str" (reportArgumentType)
build (3.11): azure-kusto-ingest/tests/test_e2e_ingest.py#L336
Argument of type "str | None" cannot be assigned to parameter "database" of type "str" in function "__init__"   Type "str | None" is not assignable to type "str"     "None" is not assignable to "str" (reportArgumentType)
build (3.11): azure-kusto-ingest/tests/test_e2e_ingest.py#L316
Argument of type "str | None" cannot be assigned to parameter "database" of type "str" in function "__init__"   Type "str | None" is not assignable to type "str"     "None" is not assignable to "str" (reportArgumentType)
build (3.11): azure-kusto-ingest/tests/test_e2e_ingest.py#L290
Argument of type "str | None" cannot be assigned to parameter "database" of type "str" in function "__init__"   Type "str | None" is not assignable to type "str"     "None" is not assignable to "str" (reportArgumentType)
build (3.11): azure-kusto-ingest/tests/test_e2e_ingest.py#L268
Argument of type "str | None" cannot be assigned to parameter "database" of type "str" in function "__init__"   Type "str | None" is not assignable to type "str"     "None" is not assignable to "str" (reportArgumentType)
build (3.11)
Process completed with exit code 1.
build (3.12): azure-kusto-ingest/tests/test_e2e_ingest.py#L490
Argument of type "str | None" cannot be assigned to parameter "database" of type "str" in function "__init__"   Type "str | None" is not assignable to type "str"     "None" is not assignable to "str" (reportArgumentType)
build (3.12): azure-kusto-ingest/tests/test_e2e_ingest.py#L466
Argument of type "str | None" cannot be assigned to parameter "database" of type "str" in function "__init__"   Type "str | None" is not assignable to type "str"     "None" is not assignable to "str" (reportArgumentType)
build (3.12): azure-kusto-ingest/tests/test_e2e_ingest.py#L444
Argument of type "str | None" cannot be assigned to parameter "database" of type "str" in function "__init__"   Type "str | None" is not assignable to type "str"     "None" is not assignable to "str" (reportArgumentType)
build (3.12): azure-kusto-ingest/tests/test_e2e_ingest.py#L422
Argument of type "str | None" cannot be assigned to parameter "database" of type "str" in function "__init__"   Type "str | None" is not assignable to type "str"     "None" is not assignable to "str" (reportArgumentType)
build (3.12): azure-kusto-ingest/tests/test_e2e_ingest.py#L392
Argument of type "str | None" cannot be assigned to parameter "database" of type "str" in function "__init__"   Type "str | None" is not assignable to type "str"     "None" is not assignable to "str" (reportArgumentType)
build (3.12): azure-kusto-ingest/tests/test_e2e_ingest.py#L359
Argument of type "str | None" cannot be assigned to parameter "database" of type "str" in function "__init__"   Type "str | None" is not assignable to type "str"     "None" is not assignable to "str" (reportArgumentType)
build (3.12): azure-kusto-ingest/tests/test_e2e_ingest.py#L336
Argument of type "str | None" cannot be assigned to parameter "database" of type "str" in function "__init__"   Type "str | None" is not assignable to type "str"     "None" is not assignable to "str" (reportArgumentType)
build (3.12): azure-kusto-ingest/tests/test_e2e_ingest.py#L316
Argument of type "str | None" cannot be assigned to parameter "database" of type "str" in function "__init__"   Type "str | None" is not assignable to type "str"     "None" is not assignable to "str" (reportArgumentType)
build (3.12): azure-kusto-ingest/tests/test_e2e_ingest.py#L290
Argument of type "str | None" cannot be assigned to parameter "database" of type "str" in function "__init__"   Type "str | None" is not assignable to type "str"     "None" is not assignable to "str" (reportArgumentType)
build (3.12): azure-kusto-ingest/tests/test_e2e_ingest.py#L268
Argument of type "str | None" cannot be assigned to parameter "database" of type "str" in function "__init__"   Type "str | None" is not assignable to type "str"     "None" is not assignable to "str" (reportArgumentType)
build (3.10): azure-kusto-ingest/tests/test_e2e_ingest.py#L490
Argument of type "str | None" cannot be assigned to parameter "database" of type "str" in function "__init__"   Type "str | None" is not assignable to type "str"     "None" is not assignable to "str" (reportArgumentType)
build (3.10): azure-kusto-ingest/tests/test_e2e_ingest.py#L466
Argument of type "str | None" cannot be assigned to parameter "database" of type "str" in function "__init__"   Type "str | None" is not assignable to type "str"     "None" is not assignable to "str" (reportArgumentType)
build (3.10): azure-kusto-ingest/tests/test_e2e_ingest.py#L444
Argument of type "str | None" cannot be assigned to parameter "database" of type "str" in function "__init__"   Type "str | None" is not assignable to type "str"     "None" is not assignable to "str" (reportArgumentType)
build (3.10): azure-kusto-ingest/tests/test_e2e_ingest.py#L422
Argument of type "str | None" cannot be assigned to parameter "database" of type "str" in function "__init__"   Type "str | None" is not assignable to type "str"     "None" is not assignable to "str" (reportArgumentType)
build (3.10): azure-kusto-ingest/tests/test_e2e_ingest.py#L392
Argument of type "str | None" cannot be assigned to parameter "database" of type "str" in function "__init__"   Type "str | None" is not assignable to type "str"     "None" is not assignable to "str" (reportArgumentType)
build (3.10): azure-kusto-ingest/tests/test_e2e_ingest.py#L359
Argument of type "str | None" cannot be assigned to parameter "database" of type "str" in function "__init__"   Type "str | None" is not assignable to type "str"     "None" is not assignable to "str" (reportArgumentType)
build (3.10): azure-kusto-ingest/tests/test_e2e_ingest.py#L336
Argument of type "str | None" cannot be assigned to parameter "database" of type "str" in function "__init__"   Type "str | None" is not assignable to type "str"     "None" is not assignable to "str" (reportArgumentType)
build (3.10): azure-kusto-ingest/tests/test_e2e_ingest.py#L316
Argument of type "str | None" cannot be assigned to parameter "database" of type "str" in function "__init__"   Type "str | None" is not assignable to type "str"     "None" is not assignable to "str" (reportArgumentType)
build (3.10): azure-kusto-ingest/tests/test_e2e_ingest.py#L290
Argument of type "str | None" cannot be assigned to parameter "database" of type "str" in function "__init__"   Type "str | None" is not assignable to type "str"     "None" is not assignable to "str" (reportArgumentType)
build (3.10): azure-kusto-ingest/tests/test_e2e_ingest.py#L268
Argument of type "str | None" cannot be assigned to parameter "database" of type "str" in function "__init__"   Type "str | None" is not assignable to type "str"     "None" is not assignable to "str" (reportArgumentType)
build (3.10)
Process completed with exit code 1.
build (3.9): azure-kusto-ingest/tests/test_e2e_ingest.py#L490
Argument of type "str | None" cannot be assigned to parameter "database" of type "str" in function "__init__"   Type "str | None" is not assignable to type "str"     "None" is not assignable to "str" (reportArgumentType)
build (3.9): azure-kusto-ingest/tests/test_e2e_ingest.py#L466
Argument of type "str | None" cannot be assigned to parameter "database" of type "str" in function "__init__"   Type "str | None" is not assignable to type "str"     "None" is not assignable to "str" (reportArgumentType)
build (3.9): azure-kusto-ingest/tests/test_e2e_ingest.py#L444
Argument of type "str | None" cannot be assigned to parameter "database" of type "str" in function "__init__"   Type "str | None" is not assignable to type "str"     "None" is not assignable to "str" (reportArgumentType)
build (3.9): azure-kusto-ingest/tests/test_e2e_ingest.py#L422
Argument of type "str | None" cannot be assigned to parameter "database" of type "str" in function "__init__"   Type "str | None" is not assignable to type "str"     "None" is not assignable to "str" (reportArgumentType)
build (3.9): azure-kusto-ingest/tests/test_e2e_ingest.py#L392
Argument of type "str | None" cannot be assigned to parameter "database" of type "str" in function "__init__"   Type "str | None" is not assignable to type "str"     "None" is not assignable to "str" (reportArgumentType)
build (3.9): azure-kusto-ingest/tests/test_e2e_ingest.py#L359
Argument of type "str | None" cannot be assigned to parameter "database" of type "str" in function "__init__"   Type "str | None" is not assignable to type "str"     "None" is not assignable to "str" (reportArgumentType)
build (3.9): azure-kusto-ingest/tests/test_e2e_ingest.py#L336
Argument of type "str | None" cannot be assigned to parameter "database" of type "str" in function "__init__"   Type "str | None" is not assignable to type "str"     "None" is not assignable to "str" (reportArgumentType)
build (3.9): azure-kusto-ingest/tests/test_e2e_ingest.py#L316
Argument of type "str | None" cannot be assigned to parameter "database" of type "str" in function "__init__"   Type "str | None" is not assignable to type "str"     "None" is not assignable to "str" (reportArgumentType)
build (3.9): azure-kusto-ingest/tests/test_e2e_ingest.py#L290
Argument of type "str | None" cannot be assigned to parameter "database" of type "str" in function "__init__"   Type "str | None" is not assignable to type "str"     "None" is not assignable to "str" (reportArgumentType)
build (3.9): azure-kusto-ingest/tests/test_e2e_ingest.py#L268
Argument of type "str | None" cannot be assigned to parameter "database" of type "str" in function "__init__"   Type "str | None" is not assignable to type "str"     "None" is not assignable to "str" (reportArgumentType)
build (3.9)
Process completed with exit code 1.
build (3.13): azure-kusto-ingest/tests/test_e2e_ingest.py#L231
Result of call expression is of type "KustoResponseDataSet" and is not used; assign to variable "_" if this is intentional (reportUnusedCallResult)
build (3.13): azure-kusto-ingest/tests/test_e2e_ingest.py#L225
Result of call expression is of type "KustoResponseDataSet" and is not used; assign to variable "_" if this is intentional (reportUnusedCallResult)
build (3.13): azure-kusto-ingest/tests/test_e2e_ingest.py#L221
Result of call expression is of type "KustoResponseDataSet" and is not used; assign to variable "_" if this is intentional (reportUnusedCallResult)
build (3.13): azure-kusto-ingest/tests/test_e2e_ingest.py#L219
Result of call expression is of type "KustoResponseDataSet" and is not used; assign to variable "_" if this is intentional (reportUnusedCallResult)
build (3.13): azure-kusto-ingest/tests/test_e2e_ingest.py#L215
Result of call expression is of type "KustoResponseDataSet" and is not used; assign to variable "_" if this is intentional (reportUnusedCallResult)
build (3.13): 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" (reportUnknownArgumentType)
build (3.13): 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" (reportUnknownArgumentType)
build (3.13): 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" (reportUnknownArgumentType)
build (3.13): 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" (reportUnknownArgumentType)
build (3.13): 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) -> Series" (reportUnknownVariableType)
build (3.11): azure-kusto-ingest/tests/test_e2e_ingest.py#L231
Result of call expression is of type "KustoResponseDataSet" and is not used; assign to variable "_" if this is intentional (reportUnusedCallResult)
build (3.11): azure-kusto-ingest/tests/test_e2e_ingest.py#L225
Result of call expression is of type "KustoResponseDataSet" and is not used; assign to variable "_" if this is intentional (reportUnusedCallResult)
build (3.11): azure-kusto-ingest/tests/test_e2e_ingest.py#L221
Result of call expression is of type "KustoResponseDataSet" and is not used; assign to variable "_" if this is intentional (reportUnusedCallResult)
build (3.11): azure-kusto-ingest/tests/test_e2e_ingest.py#L219
Result of call expression is of type "KustoResponseDataSet" and is not used; assign to variable "_" if this is intentional (reportUnusedCallResult)
build (3.11): azure-kusto-ingest/tests/test_e2e_ingest.py#L215
Result of call expression is of type "KustoResponseDataSet" and is not used; assign to variable "_" if this is intentional (reportUnusedCallResult)
build (3.11): 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" (reportUnknownArgumentType)
build (3.11): 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" (reportUnknownArgumentType)
build (3.11): 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" (reportUnknownArgumentType)
build (3.11): 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" (reportUnknownArgumentType)
build (3.11): 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) -> Series" (reportUnknownVariableType)
build (3.12): azure-kusto-ingest/tests/test_e2e_ingest.py#L231
Result of call expression is of type "KustoResponseDataSet" and is not used; assign to variable "_" if this is intentional (reportUnusedCallResult)
build (3.12): azure-kusto-ingest/tests/test_e2e_ingest.py#L225
Result of call expression is of type "KustoResponseDataSet" and is not used; assign to variable "_" if this is intentional (reportUnusedCallResult)
build (3.12): azure-kusto-ingest/tests/test_e2e_ingest.py#L221
Result of call expression is of type "KustoResponseDataSet" and is not used; assign to variable "_" if this is intentional (reportUnusedCallResult)
build (3.12): azure-kusto-ingest/tests/test_e2e_ingest.py#L219
Result of call expression is of type "KustoResponseDataSet" and is not used; assign to variable "_" if this is intentional (reportUnusedCallResult)
build (3.12): azure-kusto-ingest/tests/test_e2e_ingest.py#L215
Result of call expression is of type "KustoResponseDataSet" and is not used; assign to variable "_" if this is intentional (reportUnusedCallResult)
build (3.12): 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" (reportUnknownArgumentType)
build (3.12): 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" (reportUnknownArgumentType)
build (3.12): 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" (reportUnknownArgumentType)
build (3.12): 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" (reportUnknownArgumentType)
build (3.12): 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) -> Series" (reportUnknownVariableType)
build (3.10): azure-kusto-ingest/tests/test_e2e_ingest.py#L231
Result of call expression is of type "KustoResponseDataSet" and is not used; assign to variable "_" if this is intentional (reportUnusedCallResult)
build (3.10): azure-kusto-ingest/tests/test_e2e_ingest.py#L225
Result of call expression is of type "KustoResponseDataSet" and is not used; assign to variable "_" if this is intentional (reportUnusedCallResult)
build (3.10): azure-kusto-ingest/tests/test_e2e_ingest.py#L221
Result of call expression is of type "KustoResponseDataSet" and is not used; assign to variable "_" if this is intentional (reportUnusedCallResult)
build (3.10): azure-kusto-ingest/tests/test_e2e_ingest.py#L219
Result of call expression is of type "KustoResponseDataSet" and is not used; assign to variable "_" if this is intentional (reportUnusedCallResult)
build (3.10): azure-kusto-ingest/tests/test_e2e_ingest.py#L215
Result of call expression is of type "KustoResponseDataSet" and is not used; assign to variable "_" if this is intentional (reportUnusedCallResult)
build (3.10): 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, Unknown] | Unknown" (reportUnknownArgumentType)
build (3.10): 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, Unknown] | Unknown" (reportUnknownArgumentType)
build (3.10): 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, Unknown] | Unknown" (reportUnknownArgumentType)
build (3.10): 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, Unknown] | Unknown" (reportUnknownArgumentType)
build (3.10): 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) -> Series" (reportUnknownVariableType)
build (3.9): azure-kusto-ingest/tests/test_e2e_ingest.py#L231
Result of call expression is of type "KustoResponseDataSet" and is not used; assign to variable "_" if this is intentional (reportUnusedCallResult)
build (3.9): azure-kusto-ingest/tests/test_e2e_ingest.py#L225
Result of call expression is of type "KustoResponseDataSet" and is not used; assign to variable "_" if this is intentional (reportUnusedCallResult)
build (3.9): azure-kusto-ingest/tests/test_e2e_ingest.py#L221
Result of call expression is of type "KustoResponseDataSet" and is not used; assign to variable "_" if this is intentional (reportUnusedCallResult)
build (3.9): azure-kusto-ingest/tests/test_e2e_ingest.py#L219
Result of call expression is of type "KustoResponseDataSet" and is not used; assign to variable "_" if this is intentional (reportUnusedCallResult)
build (3.9): azure-kusto-ingest/tests/test_e2e_ingest.py#L215
Result of call expression is of type "KustoResponseDataSet" and is not used; assign to variable "_" if this is intentional (reportUnusedCallResult)
build (3.9): 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[Any, Unknown] | Unknown | ndarray[Any, dtype[Unknown]]" (reportUnknownArgumentType)
build (3.9): 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[Any, Unknown] | Unknown | ndarray[Any, dtype[Unknown]]" (reportUnknownArgumentType)
build (3.9): 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[Any, Unknown] | Unknown | ndarray[Any, dtype[Unknown]]" (reportUnknownArgumentType)
build (3.9): 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[Any, Unknown] | Unknown | ndarray[Any, dtype[Unknown]]" (reportUnknownArgumentType)
build (3.9): 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) -> Series" (reportUnknownVariableType)
2 out of 5 runs failed: test_json_ingestion_ingest_by_tag (azure-kusto-ingest.tests.test_e2e_ingest.TestE2E): azure-kusto-ingest.tests.test_e2e_ingest.TestE2E#L0
artifacts/Unit Test Results (Python 3.10)/pytest.xml [took 15s] artifacts/Unit Test Results (Python 3.11)/pytest.xml [took 14s]
35 skipped tests found
There are 35 skipped tests, see "Raw output" for the full list of skipped tests.
318 tests found
There are 318 tests, see "Raw output" for the full list of tests.

Artifacts

Produced during runtime
Name Size Digest
Unit Test Results (Python 3.10)
5.39 KB
sha256:88c901d8725cbb1b91073058040b243dfcd1cd4670d8fba8b321e76c61486947
Unit Test Results (Python 3.11)
5.34 KB
sha256:048b3b9cb33a0e0875fabf2813c07497086e05fe3a2f9d527623253237b92f59
Unit Test Results (Python 3.12)
4.45 KB
sha256:7d96cfb54cff8ca12b4b69677687197ad5694017f064c1262ddfa1b3b68364a3
Unit Test Results (Python 3.13)
4.45 KB
sha256:3e77840aa27312d08b1d39d56f68b46239c7751fcb4e8e5952a43cca6e89eb84
Unit Test Results (Python 3.9)
5.49 KB
sha256:29d0a08550080be2b72c659386075d31158fc1ac2eafd8915bd5fe3a921f5b0c