docs: add changelog entry for 6.0.3 (#636) #677
Annotations
10 errors and 11 warnings
|
Run Type Checking (Optional to passing):
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)
|
|
Run Type Checking (Optional to passing):
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)
|
|
Run Type Checking (Optional to passing):
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)
|
|
Run Type Checking (Optional to passing):
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)
|
|
Run Type Checking (Optional to passing):
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)
|
|
Run Type Checking (Optional to passing):
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)
|
|
Run Type Checking (Optional to passing):
azure-kusto-data/tests/test_helpers.py#L166
Invalid conditional operand of type "DataFrame | Series | Unknown"
Method __bool__ for type "DataFrame" returns type "NoReturn" rather than "bool"
Method __bool__ for type "Series" returns type "NoReturn" rather than "bool" (reportGeneralTypeIssues)
|
|
Run Type Checking (Optional to passing):
azure-kusto-data/tests/test_helpers.py#L165
Invalid conditional operand of type "DataFrame | Series | Unknown"
Method __bool__ for type "DataFrame" returns type "NoReturn" rather than "bool"
Method __bool__ for type "Series" returns type "NoReturn" rather than "bool" (reportGeneralTypeIssues)
|
|
Run Type Checking (Optional to passing):
azure-kusto-data/azure/kusto/data/exceptions.py#L124
Variable not allowed in type expression (reportInvalidTypeForm)
|
|
Run Type Checking (Optional to passing):
azure-kusto-data/azure/kusto/data/exceptions.py#L124
Expected type arguments for generic class "dict" (reportMissingTypeArgument)
|
|
Complete job
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/upload-artifact@v4, astral-sh/setup-uv@v6, azure/login@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Run Type Checking (Optional to passing):
azure-kusto-data/tests/test_helpers.py#L143
Argument type is partially unknown
Argument corresponds to parameter "object" in function "__new__"
Argument type is "Series | Any | ndarray[Unknown, dtype[Any]] | Unknown" (reportUnknownArgumentType)
|
|
Run Type Checking (Optional to passing):
azure-kusto-data/tests/test_helpers.py#L142
Argument type is partially unknown
Argument corresponds to parameter "object" in function "__new__"
Argument type is "Series | Any | ndarray[Unknown, dtype[Any]] | Unknown" (reportUnknownArgumentType)
|
|
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) -> Series" (reportUnknownVariableType)
|
|
Run Type Checking (Optional to passing):
azure-kusto-data/tests/test_exceptions.py#L110
Result of call expression is of type "KustoApiError" and is not used; assign to variable "_" if this is intentional (reportUnusedCallResult)
|
|
Run Type Checking (Optional to passing):
azure-kusto-data/azure/kusto/data/helpers.py#L125
Argument type is unknown
Argument corresponds to parameter "arg" in function "to_datetime" (reportUnknownArgumentType)
|
|
Run Type Checking (Optional to passing):
azure-kusto-data/azure/kusto/data/exceptions.py#L128
Argument type is partially unknown
Argument corresponds to parameter "kusto_response" in function "__init__"
Argument type is "Unknown | None" (reportUnknownArgumentType)
|
|
Run Type Checking (Optional to passing):
azure-kusto-data/azure/kusto/data/exceptions.py#L124
Type annotation is missing for parameter "kusto_response" (reportMissingParameterType)
|
|
Run Type Checking (Optional to passing):
azure-kusto-data/azure/kusto/data/exceptions.py#L124
Type of parameter "kusto_response" is partially unknown
Parameter type is "Unknown | None" (reportUnknownParameterType)
|
|
Run Type Checking (Optional to passing):
azure-kusto-data/azure/kusto/data/exceptions.py#L124
Type of parameter "http_response" is partially unknown
Parameter type is "Response | Unknown | None" (reportUnknownParameterType)
|
|
Run Type Checking (Optional to passing):
azure-kusto-data/azure/kusto/data/exceptions.py#L124
Type of parameter "error_dict" is partially unknown
Parameter type is "dict[Unknown, Unknown]" (reportUnknownParameterType)
|
Loading