fix: enforce trusted-endpoint validation for all authentication methods (CWE-918) #687
build.yml
on: pull_request
Matrix: build
Publish Unit Tests Results
17s
Publish Docs
Annotations
55 errors and 58 warnings
|
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.13):
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)
|
|
build (3.13):
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)
|
|
build (3.13):
azure-kusto-data/azure/kusto/data/exceptions.py#L124
Variable not allowed in type expression (reportInvalidTypeForm)
|
|
build (3.13):
azure-kusto-data/azure/kusto/data/exceptions.py#L124
Expected type arguments for generic class "dict" (reportMissingTypeArgument)
|
|
build (3.13):
azure-kusto-data/azure/kusto/data/client_base.py#L90
Argument of type "Session | None" cannot be assigned to parameter "session" of type "Session"
Type "Session | None" is not assignable to type "Session"
"None" is not assignable to "Session" (reportArgumentType)
|
|
build (3.13):
azure-kusto-data/azure/kusto/data/client_base.py#L88
Argument of type "str | Unknown | None" cannot be assigned to parameter "kusto_uri" of type "str"
Type "str | Unknown | None" is not assignable to type "str"
"None" is not assignable to "str" (reportArgumentType)
|
|
build (3.13):
azure-kusto-data/azure/kusto/data/client_base.py#L85
Argument of type "str | Unknown | None" cannot be assigned to parameter "endpoint" of type "str" in function "validate_trusted_endpoint"
Type "str | Unknown | None" is not assignable to type "str"
"None" is not assignable to "str" (reportArgumentType)
|
|
build (3.13)
Process completed with exit code 1.
|
|
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):
azure-kusto-data/tests/test_helpers.py#L166
Invalid conditional operand of type "DataFrame | Series | NDArray[bool_]"
Method __bool__ for type "DataFrame" returns type "NoReturn" rather than "bool"
Method __bool__ for type "Series" returns type "NoReturn" rather than "bool" (reportGeneralTypeIssues)
|
|
build (3.9):
azure-kusto-data/tests/test_helpers.py#L165
Invalid conditional operand of type "DataFrame | Series | NDArray[bool_]"
Method __bool__ for type "DataFrame" returns type "NoReturn" rather than "bool"
Method __bool__ for type "Series" returns type "NoReturn" rather than "bool" (reportGeneralTypeIssues)
|
|
build (3.9):
azure-kusto-data/azure/kusto/data/exceptions.py#L124
Variable not allowed in type expression (reportInvalidTypeForm)
|
|
build (3.9):
azure-kusto-data/azure/kusto/data/exceptions.py#L124
Expected type arguments for generic class "dict" (reportMissingTypeArgument)
|
|
build (3.9):
azure-kusto-data/azure/kusto/data/client_base.py#L90
Argument of type "Session | None" cannot be assigned to parameter "session" of type "Session"
Type "Session | None" is not assignable to type "Session"
"None" is not assignable to "Session" (reportArgumentType)
|
|
build (3.9):
azure-kusto-data/azure/kusto/data/client_base.py#L88
Argument of type "str | Unknown | None" cannot be assigned to parameter "kusto_uri" of type "str"
Type "str | Unknown | None" is not assignable to type "str"
"None" is not assignable to "str" (reportArgumentType)
|
|
build (3.9):
azure-kusto-data/azure/kusto/data/client_base.py#L85
Argument of type "str | Unknown | None" cannot be assigned to parameter "endpoint" of type "str" in function "validate_trusted_endpoint"
Type "str | Unknown | 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.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.12):
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)
|
|
build (3.12):
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)
|
|
build (3.12):
azure-kusto-data/azure/kusto/data/exceptions.py#L124
Variable not allowed in type expression (reportInvalidTypeForm)
|
|
build (3.12):
azure-kusto-data/azure/kusto/data/exceptions.py#L124
Expected type arguments for generic class "dict" (reportMissingTypeArgument)
|
|
build (3.12):
azure-kusto-data/azure/kusto/data/client_base.py#L90
Argument of type "Session | None" cannot be assigned to parameter "session" of type "Session"
Type "Session | None" is not assignable to type "Session"
"None" is not assignable to "Session" (reportArgumentType)
|
|
build (3.12):
azure-kusto-data/azure/kusto/data/client_base.py#L88
Argument of type "str | Unknown | None" cannot be assigned to parameter "kusto_uri" of type "str"
Type "str | Unknown | None" is not assignable to type "str"
"None" is not assignable to "str" (reportArgumentType)
|
|
build (3.12):
azure-kusto-data/azure/kusto/data/client_base.py#L85
Argument of type "str | Unknown | None" cannot be assigned to parameter "endpoint" of type "str" in function "validate_trusted_endpoint"
Type "str | Unknown | None" is not assignable to type "str"
"None" is not assignable to "str" (reportArgumentType)
|
|
build (3.12)
Process completed with exit code 1.
|
|
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):
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)
|
|
build (3.11):
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)
|
|
build (3.11):
azure-kusto-data/azure/kusto/data/exceptions.py#L124
Variable not allowed in type expression (reportInvalidTypeForm)
|
|
build (3.11):
azure-kusto-data/azure/kusto/data/exceptions.py#L124
Expected type arguments for generic class "dict" (reportMissingTypeArgument)
|
|
build (3.11):
azure-kusto-data/azure/kusto/data/client_base.py#L90
Argument of type "Session | None" cannot be assigned to parameter "session" of type "Session"
Type "Session | None" is not assignable to type "Session"
"None" is not assignable to "Session" (reportArgumentType)
|
|
build (3.11):
azure-kusto-data/azure/kusto/data/client_base.py#L88
Argument of type "str | Unknown | None" cannot be assigned to parameter "kusto_uri" of type "str"
Type "str | Unknown | None" is not assignable to type "str"
"None" is not assignable to "str" (reportArgumentType)
|
|
build (3.11):
azure-kusto-data/azure/kusto/data/client_base.py#L85
Argument of type "str | Unknown | None" cannot be assigned to parameter "endpoint" of type "str" in function "validate_trusted_endpoint"
Type "str | Unknown | 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.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):
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)
|
|
build (3.10):
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)
|
|
build (3.10):
azure-kusto-data/azure/kusto/data/exceptions.py#L124
Variable not allowed in type expression (reportInvalidTypeForm)
|
|
build (3.10):
azure-kusto-data/azure/kusto/data/exceptions.py#L124
Expected type arguments for generic class "dict" (reportMissingTypeArgument)
|
|
build (3.10):
azure-kusto-data/azure/kusto/data/client_base.py#L90
Argument of type "Session | None" cannot be assigned to parameter "session" of type "Session"
Type "Session | None" is not assignable to type "Session"
"None" is not assignable to "Session" (reportArgumentType)
|
|
build (3.10):
azure-kusto-data/azure/kusto/data/client_base.py#L88
Argument of type "str | Unknown | None" cannot be assigned to parameter "kusto_uri" of type "str"
Type "str | Unknown | None" is not assignable to type "str"
"None" is not assignable to "str" (reportArgumentType)
|
|
build (3.10):
azure-kusto-data/azure/kusto/data/client_base.py#L85
Argument of type "str | Unknown | None" cannot be assigned to parameter "endpoint" of type "str" in function "validate_trusted_endpoint"
Type "str | Unknown | 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.13)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/upload-artifact@v4, astral-sh/setup-uv@v6, azure/login@v2. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build (3.13):
azure-kusto-data/tests/test_endpoint_validation.py#L34
Return type is unknown (reportUnknownParameterType)
|
|
build (3.13):
azure-kusto-data/azure/kusto/data/kusto_trusted_endpoints.py#L2
This type is deprecated as of Python 3.9; use "dict" instead (reportDeprecated)
|
|
build (3.13):
azure-kusto-data/azure/kusto/data/kusto_trusted_endpoints.py#L2
This type is deprecated as of Python 3.9; use "list" instead (reportDeprecated)
|
|
build (3.13):
azure-kusto-data/azure/kusto/data/helpers.py#L125
Argument type is unknown
Argument corresponds to parameter "arg" in function "to_datetime" (reportUnknownArgumentType)
|
|
build (3.13):
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)
|
|
build (3.13):
azure-kusto-data/azure/kusto/data/exceptions.py#L124
Type annotation is missing for parameter "kusto_response" (reportMissingParameterType)
|
|
build (3.13):
azure-kusto-data/azure/kusto/data/exceptions.py#L124
Type of parameter "kusto_response" is partially unknown
Parameter type is "Unknown | None" (reportUnknownParameterType)
|
|
build (3.13):
azure-kusto-data/azure/kusto/data/exceptions.py#L124
Type of parameter "http_response" is partially unknown
Parameter type is "Response | Unknown | None" (reportUnknownParameterType)
|
|
build (3.13):
azure-kusto-data/azure/kusto/data/exceptions.py#L124
Type of parameter "error_dict" is partially unknown
Parameter type is "dict[Unknown, Unknown]" (reportUnknownParameterType)
|
|
build (3.13):
azure-kusto-data/azure/kusto/data/client_base.py#L89
Argument type is unknown
Argument corresponds to parameter "proxies" (reportUnknownArgumentType)
|
|
build (3.9)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/upload-artifact@v4, astral-sh/setup-uv@v6, azure/login@v2. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build (3.9):
azure-kusto-data/tests/test_endpoint_validation.py#L34
Return type is unknown (reportUnknownParameterType)
|
|
build (3.9):
azure-kusto-data/azure/kusto/data/kusto_trusted_endpoints.py#L2
This type is deprecated as of Python 3.9; use "dict" instead (reportDeprecated)
|
|
build (3.9):
azure-kusto-data/azure/kusto/data/kusto_trusted_endpoints.py#L2
This type is deprecated as of Python 3.9; use "list" instead (reportDeprecated)
|
|
build (3.9):
azure-kusto-data/azure/kusto/data/helpers.py#L125
Argument type is unknown
Argument corresponds to parameter "arg" in function "to_datetime" (reportUnknownArgumentType)
|
|
build (3.9):
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)
|
|
build (3.9):
azure-kusto-data/azure/kusto/data/exceptions.py#L124
Type annotation is missing for parameter "kusto_response" (reportMissingParameterType)
|
|
build (3.9):
azure-kusto-data/azure/kusto/data/exceptions.py#L124
Type of parameter "kusto_response" is partially unknown
Parameter type is "Unknown | None" (reportUnknownParameterType)
|
|
build (3.9):
azure-kusto-data/azure/kusto/data/exceptions.py#L124
Type of parameter "http_response" is partially unknown
Parameter type is "Response | Unknown | None" (reportUnknownParameterType)
|
|
build (3.9):
azure-kusto-data/azure/kusto/data/exceptions.py#L124
Type of parameter "error_dict" is partially unknown
Parameter type is "dict[Unknown, Unknown]" (reportUnknownParameterType)
|
|
build (3.9):
azure-kusto-data/azure/kusto/data/client_base.py#L89
Argument type is unknown
Argument corresponds to parameter "proxies" (reportUnknownArgumentType)
|
|
build (3.12)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/upload-artifact@v4, astral-sh/setup-uv@v6, azure/login@v2. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build (3.12):
azure-kusto-data/tests/test_endpoint_validation.py#L34
Return type is unknown (reportUnknownParameterType)
|
|
build (3.12):
azure-kusto-data/azure/kusto/data/kusto_trusted_endpoints.py#L2
This type is deprecated as of Python 3.9; use "dict" instead (reportDeprecated)
|
|
build (3.12):
azure-kusto-data/azure/kusto/data/kusto_trusted_endpoints.py#L2
This type is deprecated as of Python 3.9; use "list" instead (reportDeprecated)
|
|
build (3.12):
azure-kusto-data/azure/kusto/data/helpers.py#L125
Argument type is unknown
Argument corresponds to parameter "arg" in function "to_datetime" (reportUnknownArgumentType)
|
|
build (3.12):
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)
|
|
build (3.12):
azure-kusto-data/azure/kusto/data/exceptions.py#L124
Type annotation is missing for parameter "kusto_response" (reportMissingParameterType)
|
|
build (3.12):
azure-kusto-data/azure/kusto/data/exceptions.py#L124
Type of parameter "kusto_response" is partially unknown
Parameter type is "Unknown | None" (reportUnknownParameterType)
|
|
build (3.12):
azure-kusto-data/azure/kusto/data/exceptions.py#L124
Type of parameter "http_response" is partially unknown
Parameter type is "Response | Unknown | None" (reportUnknownParameterType)
|
|
build (3.12):
azure-kusto-data/azure/kusto/data/exceptions.py#L124
Type of parameter "error_dict" is partially unknown
Parameter type is "dict[Unknown, Unknown]" (reportUnknownParameterType)
|
|
build (3.12):
azure-kusto-data/azure/kusto/data/client_base.py#L89
Argument type is unknown
Argument corresponds to parameter "proxies" (reportUnknownArgumentType)
|
|
build (3.11)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/upload-artifact@v4, astral-sh/setup-uv@v6, azure/login@v2. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build (3.11):
azure-kusto-data/tests/test_endpoint_validation.py#L34
Return type is unknown (reportUnknownParameterType)
|
|
build (3.11):
azure-kusto-data/azure/kusto/data/kusto_trusted_endpoints.py#L2
This type is deprecated as of Python 3.9; use "dict" instead (reportDeprecated)
|
|
build (3.11):
azure-kusto-data/azure/kusto/data/kusto_trusted_endpoints.py#L2
This type is deprecated as of Python 3.9; use "list" instead (reportDeprecated)
|
|
build (3.11):
azure-kusto-data/azure/kusto/data/helpers.py#L125
Argument type is unknown
Argument corresponds to parameter "arg" in function "to_datetime" (reportUnknownArgumentType)
|
|
build (3.11):
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)
|
|
build (3.11):
azure-kusto-data/azure/kusto/data/exceptions.py#L124
Type annotation is missing for parameter "kusto_response" (reportMissingParameterType)
|
|
build (3.11):
azure-kusto-data/azure/kusto/data/exceptions.py#L124
Type of parameter "kusto_response" is partially unknown
Parameter type is "Unknown | None" (reportUnknownParameterType)
|
|
build (3.11):
azure-kusto-data/azure/kusto/data/exceptions.py#L124
Type of parameter "http_response" is partially unknown
Parameter type is "Response | Unknown | None" (reportUnknownParameterType)
|
|
build (3.11):
azure-kusto-data/azure/kusto/data/exceptions.py#L124
Type of parameter "error_dict" is partially unknown
Parameter type is "dict[Unknown, Unknown]" (reportUnknownParameterType)
|
|
build (3.11):
azure-kusto-data/azure/kusto/data/client_base.py#L89
Argument type is unknown
Argument corresponds to parameter "proxies" (reportUnknownArgumentType)
|
|
build (3.10)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/upload-artifact@v4, astral-sh/setup-uv@v6, azure/login@v2. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build (3.10):
azure-kusto-data/tests/test_endpoint_validation.py#L34
Return type is unknown (reportUnknownParameterType)
|
|
build (3.10):
azure-kusto-data/azure/kusto/data/kusto_trusted_endpoints.py#L2
This type is deprecated as of Python 3.9; use "dict" instead (reportDeprecated)
|
|
build (3.10):
azure-kusto-data/azure/kusto/data/kusto_trusted_endpoints.py#L2
This type is deprecated as of Python 3.9; use "list" instead (reportDeprecated)
|
|
build (3.10):
azure-kusto-data/azure/kusto/data/helpers.py#L125
Argument type is unknown
Argument corresponds to parameter "arg" in function "to_datetime" (reportUnknownArgumentType)
|
|
build (3.10):
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)
|
|
build (3.10):
azure-kusto-data/azure/kusto/data/exceptions.py#L124
Type annotation is missing for parameter "kusto_response" (reportMissingParameterType)
|
|
build (3.10):
azure-kusto-data/azure/kusto/data/exceptions.py#L124
Type of parameter "kusto_response" is partially unknown
Parameter type is "Unknown | None" (reportUnknownParameterType)
|
|
build (3.10):
azure-kusto-data/azure/kusto/data/exceptions.py#L124
Type of parameter "http_response" is partially unknown
Parameter type is "Response | Unknown | None" (reportUnknownParameterType)
|
|
build (3.10):
azure-kusto-data/azure/kusto/data/exceptions.py#L124
Type of parameter "error_dict" is partially unknown
Parameter type is "dict[Unknown, Unknown]" (reportUnknownParameterType)
|
|
build (3.10):
azure-kusto-data/azure/kusto/data/client_base.py#L89
Argument type is unknown
Argument corresponds to parameter "proxies" (reportUnknownArgumentType)
|
|
All 5 runs failed: test_log_analytics_query (azure-kusto-data.tests.test_e2e_data.TestE2E):
azure-kusto-data.tests.test_e2e_data.TestE2E#L0
artifacts/Unit Test Results (Python 3.10)/pytest.xml [took 2s]
artifacts/Unit Test Results (Python 3.11)/pytest.xml [took 12s]
artifacts/Unit Test Results (Python 3.12)/pytest.xml [took 3s]
artifacts/Unit Test Results (Python 3.13)/pytest.xml [took 4s]
artifacts/Unit Test Results (Python 3.9)/pytest.xml [took 1s]
|
|
All 5 runs failed: test_log_analytics_query_async (azure-kusto-data.tests.test_e2e_data.TestE2E):
azure-kusto-data.tests.test_e2e_data.TestE2E#L0
artifacts/Unit Test Results (Python 3.10)/pytest.xml [took 0s]
artifacts/Unit Test Results (Python 3.11)/pytest.xml [took 0s]
artifacts/Unit Test Results (Python 3.12)/pytest.xml [took 0s]
artifacts/Unit Test Results (Python 3.13)/pytest.xml [took 0s]
artifacts/Unit Test Results (Python 3.9)/pytest.xml [took 0s]
|
|
Publish Unit Tests Results
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/download-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
Unit Test Results (Python 3.10)
|
5.3 KB |
sha256:a3ae4f28c80b1a83a4ce7e3a3beef8575985cd2ce4285019d214ba4a4dea05f7
|
|
|
Unit Test Results (Python 3.11)
|
5.22 KB |
sha256:d84662f924c849b6aba21f60917e697a3cc6675031c9018061f9f2b1cbd9cf13
|
|
|
Unit Test Results (Python 3.12)
|
5.27 KB |
sha256:2c60fc73d0da489536f9174792f8ce653ec0c67ddd7ed6a5a23b11e43a6d0ae4
|
|
|
Unit Test Results (Python 3.13)
|
5.17 KB |
sha256:7d21738629b63f77ac663e37ef67aec30622d0be468ce34f870ba9b2b761d714
|
|
|
Unit Test Results (Python 3.9)
|
5.27 KB |
sha256:762cff772db0ac57de2987bf161c8d3d74513a0e38005b8a478b40d6599c2cfa
|
|