Skip to content

Fix trusted-endpoint validation for all authentication methods #696

Fix trusted-endpoint validation for all authentication methods

Fix trusted-endpoint validation for all authentication methods #696

Triggered via pull request August 13, 2026 05:59
Status Success
Total duration 2m 56s
Artifacts 5

build.yml

on: pull_request
Matrix: build
Publish Unit Tests Results
21s
Publish Unit Tests Results
Publish Docs
Publish Docs
Fit to window
Zoom out
Zoom in

Annotations

50 errors and 56 warnings
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#L91
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#L89
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#L86
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): 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#L91
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#L89
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#L86
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): 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#L91
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#L89
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#L86
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): 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#L91
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#L89
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#L86
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): 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#L91
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#L89
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#L86
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)
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/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#L98
Condition will always evaluate to True since the types "_AadHelper" and "None" have no overlap (reportUnnecessaryComparison)
build (3.12): azure-kusto-data/azure/kusto/data/client_base.py#L90
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/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#L98
Condition will always evaluate to True since the types "_AadHelper" and "None" have no overlap (reportUnnecessaryComparison)
build (3.11): azure-kusto-data/azure/kusto/data/client_base.py#L90
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/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#L98
Condition will always evaluate to True since the types "_AadHelper" and "None" have no overlap (reportUnnecessaryComparison)
build (3.9): azure-kusto-data/azure/kusto/data/client_base.py#L90
Argument type is unknown   Argument corresponds to parameter "proxies" (reportUnknownArgumentType)
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/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#L98
Condition will always evaluate to True since the types "_AadHelper" and "None" have no overlap (reportUnnecessaryComparison)
build (3.13): azure-kusto-data/azure/kusto/data/client_base.py#L90
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/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#L98
Condition will always evaluate to True since the types "_AadHelper" and "None" have no overlap (reportUnnecessaryComparison)
build (3.10): azure-kusto-data/azure/kusto/data/client_base.py#L90
Argument type is unknown   Argument corresponds to parameter "proxies" (reportUnknownArgumentType)
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)
4.94 KB
sha256:4fbf2cc1fab5ebd4e4bc965b66dd27941aad367a5799246e26dc390e1660b582
Unit Test Results (Python 3.11)
4.8 KB
sha256:3a5a1a55ff2059436d4d3b62324283de2e320af39e315c703c39ef098e414701
Unit Test Results (Python 3.12)
4.75 KB
sha256:2264a1d4d38962e8ee6f235cb892b276a25bc8067c6734b4b36350c131ae7bd7
Unit Test Results (Python 3.13)
4.8 KB
sha256:1f53ceddf14a2598c3146f6778cc20982b900f2c1146a1d26253dbb43dd2bf2c
Unit Test Results (Python 3.9)
4.88 KB
sha256:0dae84753645511c8fcf642691d43851ead234c714750d71df01706e35d44e06