Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

azure-synapse-spark needs linting updates for pylint version 3.2.7 #39302

Open
azure-sdk opened this issue Jan 19, 2025 · 1 comment
Open

azure-synapse-spark needs linting updates for pylint version 3.2.7 #39302

azure-sdk opened this issue Jan 19, 2025 · 1 comment
Labels
pylint Service Attention Workflow: This issue is responsible by Azure service team. Synapse

Comments

@azure-sdk
Copy link
Collaborator

azure-sdk commented Jan 19, 2025

ACTION NEEDED: This version of pylint will be merged on 2025-04-14. The build will begin to fail for this library if errors are not fixed.

Library name: azure-synapse-spark
Pylint version: 3.2.7
Pylint Build: Link to build (2025-03-30)

Pylint Errors:

2025-03-30T10:21:03.7760240Z ************* Module azure
2025-03-30T10:21:03.7761180Z azure/init.py:1: [C0304(missing-final-newline), ] Final newline missing
2025-03-30T10:21:03.7761672Z ************* Module azure.synapse.init
2025-03-30T10:21:03.7762295Z azure/synapse/init.py:1: [C0304(missing-final-newline), ] Final newline missing
2025-03-30T10:21:03.7763232Z ************* Module azure.synapse.spark._configuration
2025-03-30T10:21:03.7763715Z azure/synapse/spark/_configuration.py:81: [C0301(line-too-long), ] Line too long (129/120)
2025-03-30T10:21:03.7764348Z azure/synapse/spark/_configuration.py:18: [C4760(no-typing-import-in-type-check), ] Do not import from typing inside of TYPE_CHECKING.
2025-03-30T10:21:03.7764977Z azure/synapse/spark/_configuration.py:23: [R0902(too-many-instance-attributes), SparkClientConfiguration] Too many instance attributes (14/10)
2025-03-30T10:21:03.7765624Z azure/synapse/spark/_configuration.py:39: [C4761(do-not-use-legacy-typing), SparkClientConfiguration.init] Do not use legacy typing using comments.
2025-03-30T10:21:03.7766370Z azure/synapse/spark/_configuration.py:66: [C4761(do-not-use-legacy-typing), SparkClientConfiguration._configure] Do not use legacy typing using comments.
2025-03-30T10:21:03.7766921Z ************* Module azure.synapse.spark._spark_client
2025-03-30T10:21:03.7767454Z azure/synapse/spark/_spark_client.py:79: [C0301(line-too-long), ] Line too long (138/120)
2025-03-30T10:21:03.7767968Z azure/synapse/spark/_spark_client.py:80: [C0301(line-too-long), ] Line too long (135/120)
2025-03-30T10:21:03.7769070Z azure/synapse/spark/_spark_client.py:16: [C4760(no-typing-import-in-type-check), ] Do not import from typing inside of TYPE_CHECKING.
2025-03-30T10:21:03.7769718Z azure/synapse/spark/_spark_client.py:19: [C4756(no-legacy-azure-core-http-response-import), ] Do not import HttpResponse from azure.core.pipeline.transport outside of Azure Core.
2025-03-30T10:21:03.7770497Z azure/synapse/spark/_spark_client.py:21: [C0413(wrong-import-position), ] Import "from ._configuration import SparkClientConfiguration" should be placed at the top of the module
2025-03-30T10:21:03.7771198Z azure/synapse/spark/_spark_client.py:22: [C0413(wrong-import-position), ] Import "from .operations import SparkBatchOperations" should be placed at the top of the module
2025-03-30T10:21:03.7771890Z azure/synapse/spark/_spark_client.py:23: [C0413(wrong-import-position), ] Import "from .operations import SparkSessionOperations" should be placed at the top of the module
2025-03-30T10:21:03.7772574Z azure/synapse/spark/_spark_client.py:24: [C0413(wrong-import-position), ] Import "from . import models" should be placed at the top of the module
2025-03-30T10:21:03.7773318Z azure/synapse/spark/_spark_client.py:27: [C4748(client-accepts-api-version-keyword), SparkClient] The client constructor needs to take in an optional keyword-only api_version argument. See details: https://azure.github.io/azure-sdk/python_design.html#specifying-the-service-version
2025-03-30T10:21:03.7774124Z azure/synapse/spark/_spark_client.py:44: [C4761(do-not-use-legacy-typing), SparkClient.init] Do not use legacy typing using comments.
2025-03-30T10:21:03.7775065Z azure/synapse/spark/_spark_client.py:67: [C4758(docstring-keyword-should-match-keyword-only), SparkClient._send_request] "stream" missing in docstring or in method signature. There should be a direct correlation between :keyword: arguments in the docstring and keyword-only arguments in method signature. See details: https://azure.github.io/azure-sdk/python_documentation.html#docstrings
2025-03-30T10:21:03.7775981Z azure/synapse/spark/_spark_client.py:67: [C4761(do-not-use-legacy-typing), SparkClient._send_request] Do not use legacy typing using comments.
2025-03-30T10:21:03.7776577Z azure/synapse/spark/_spark_client.py:84: [W0212(protected-access), SparkClient._send_request] Access to a protected member _pipeline of a client class
2025-03-30T10:21:03.7777349Z azure/synapse/spark/_spark_client.py:87: [C4761(do-not-use-legacy-typing), SparkClient.close] Do not use legacy typing using comments.
2025-03-30T10:21:03.7777930Z azure/synapse/spark/_spark_client.py:91: [C4761(do-not-use-legacy-typing), SparkClient.enter] Do not use legacy typing using comments.
2025-03-30T10:21:03.7778575Z azure/synapse/spark/_spark_client.py:96: [C4761(do-not-use-legacy-typing), SparkClient.exit] Do not use legacy typing using comments.
2025-03-30T10:21:03.7779091Z azure/synapse/spark/_spark_client.py:12: [C0411(wrong-import-order), ] third party import "msrest.Deserializer" should be placed before first party import "azure.core.PipelineClient"
2025-03-30T10:21:03.7779562Z ************* Module azure.synapse.spark.operations._spark_batch_operations
2025-03-30T10:21:03.7779989Z azure/synapse/spark/operations/_spark_batch_operations.py:11: [C0301(line-too-long), ] Line too long (133/120)
2025-03-30T10:21:03.7780482Z azure/synapse/spark/operations/_spark_batch_operations.py:80: [C0301(line-too-long), ] Line too long (138/120)
2025-03-30T10:21:03.7780929Z azure/synapse/spark/operations/_spark_batch_operations.py:81: [C0301(line-too-long), ] Line too long (135/120)
2025-03-30T10:21:03.7781393Z azure/synapse/spark/operations/_spark_batch_operations.py:112: [C0301(line-too-long), ] Line too long (132/120)
2025-03-30T10:21:03.7781838Z azure/synapse/spark/operations/_spark_batch_operations.py:145: [C0301(line-too-long), ] Line too long (138/120)
2025-03-30T10:21:03.7782294Z azure/synapse/spark/operations/_spark_batch_operations.py:146: [C0301(line-too-long), ] Line too long (135/120)
2025-03-30T10:21:03.7782877Z azure/synapse/spark/operations/_spark_batch_operations.py:177: [C0301(line-too-long), ] Line too long (134/120)
2025-03-30T10:21:03.7783314Z azure/synapse/spark/operations/_spark_batch_operations.py:209: [C0301(line-too-long), ] Line too long (138/120)
2025-03-30T10:21:03.7783772Z azure/synapse/spark/operations/_spark_batch_operations.py:210: [C0301(line-too-long), ] Line too long (135/120)
2025-03-30T10:21:03.7784324Z azure/synapse/spark/operations/_spark_batch_operations.py:238: [C0301(line-too-long), ] Line too long (141/120)
2025-03-30T10:21:03.7784746Z azure/synapse/spark/operations/_spark_batch_operations.py:265: [C0301(line-too-long), ] Line too long (138/120)
2025-03-30T10:21:03.7785182Z azure/synapse/spark/operations/_spark_batch_operations.py:266: [C0301(line-too-long), ] Line too long (135/120)
2025-03-30T10:21:03.7785618Z azure/synapse/spark/operations/_spark_batch_operations.py:288: [C0301(line-too-long), ] Line too long (144/120)
2025-03-30T10:21:03.7786107Z azure/synapse/spark/operations/_spark_batch_operations.py:13: [C4756(no-legacy-azure-core-http-response-import), ] Do not import HttpResponse from azure.core.pipeline.transport outside of Azure Core.
2025-03-30T10:21:03.7786620Z azure/synapse/spark/operations/_spark_batch_operations.py:19: [C4760(no-typing-import-in-type-check), ] Do not import from typing inside of TYPE_CHECKING.
2025-03-30T10:21:03.7787306Z azure/synapse/spark/operations/_spark_batch_operations.py:46: [C4758(docstring-keyword-should-match-keyword-only), SparkBatchOperations.get_spark_batch_jobs] "cls" missing in docstring or in method signature. There should be a direct correlation between :keyword: arguments in the docstring and keyword-only arguments in method signature. See details: https://azure.github.io/azure-sdk/python_documentation.html#docstrings
2025-03-30T10:21:03.7787997Z azure/synapse/spark/operations/_spark_batch_operations.py:46: [C4761(do-not-use-legacy-typing), SparkBatchOperations.get_spark_batch_jobs] Do not use legacy typing using comments.
2025-03-30T10:21:03.7788524Z azure/synapse/spark/operations/_spark_batch_operations.py:99: [W0212(protected-access), SparkBatchOperations.get_spark_batch_jobs] Access to a protected member _pipeline of a client class
2025-03-30T10:21:03.7789210Z azure/synapse/spark/operations/_spark_batch_operations.py:114: [C4758(docstring-keyword-should-match-keyword-only), SparkBatchOperations.create_spark_batch_job] "cls" missing in docstring or in method signature. There should be a direct correlation between :keyword: arguments in the docstring and keyword-only arguments in method signature. See details: https://azure.github.io/azure-sdk/python_documentation.html#docstrings
2025-03-30T10:21:03.7790070Z azure/synapse/spark/operations/_spark_batch_operations.py:114: [C4761(do-not-use-legacy-typing), SparkBatchOperations.create_spark_batch_job] Do not use legacy typing using comments.
2025-03-30T10:21:03.7790601Z azure/synapse/spark/operations/_spark_batch_operations.py:164: [W0212(protected-access), SparkBatchOperations.create_spark_batch_job] Access to a protected member _pipeline of a client class
2025-03-30T10:21:03.7791384Z azure/synapse/spark/operations/_spark_batch_operations.py:179: [C4758(docstring-keyword-should-match-keyword-only), SparkBatchOperations.get_spark_batch_job] "cls" missing in docstring or in method signature. There should be a direct correlation between :keyword: arguments in the docstring and keyword-only arguments in method signature. See details: https://azure.github.io/azure-sdk/python_documentation.html#docstrings
2025-03-30T10:21:03.7792075Z azure/synapse/spark/operations/_spark_batch_operations.py:179: [C4761(do-not-use-legacy-typing), SparkBatchOperations.get_spark_batch_job] Do not use legacy typing using comments.
2025-03-30T10:21:03.7792603Z azure/synapse/spark/operations/_spark_batch_operations.py:225: [W0212(protected-access), SparkBatchOperations.get_spark_batch_job] Access to a protected member _pipeline of a client class
2025-03-30T10:21:03.9134325Z azure/synapse/spark/operations/_spark_batch_operations.py:240: [C4758(docstring-keyword-should-match-keyword-only), SparkBatchOperations.cancel_spark_batch_job] "cls" missing in docstring or in method signature. There should be a direct correlation between :keyword: arguments in the docstring and keyword-only arguments in method signature. See details: https://azure.github.io/azure-sdk/python_documentation.html#docstrings
2025-03-30T10:21:03.9136804Z azure/synapse/spark/operations/_spark_batch_operations.py:240: [C4761(do-not-use-legacy-typing), SparkBatchOperations.cancel_spark_batch_job] Do not use legacy typing using comments.
2025-03-30T10:21:03.9138145Z azure/synapse/spark/operations/_spark_batch_operations.py:278: [W0212(protected-access), SparkBatchOperations.cancel_spark_batch_job] Access to a protected member _pipeline of a client class
2025-03-30T10:21:03.9139556Z azure/synapse/spark/operations/_spark_batch_operations.py:240: [R1710(inconsistent-return-statements), SparkBatchOperations.cancel_spark_batch_job] Either all return statements in a function should return an expression, or none of them should.
2025-03-30T10:21:03.9140763Z azure/synapse/spark/operations/_spark_batch_operations.py:9: [W0611(unused-import), ] Unused import warnings
2025-03-30T10:21:03.9141712Z ************* Module azure.synapse.spark.operations._spark_session_operations
2025-03-30T10:21:03.9142533Z azure/synapse/spark/operations/_spark_session_operations.py:11: [C0301(line-too-long), ] Line too long (133/120)
2025-03-30T10:21:03.9144119Z azure/synapse/spark/operations/_spark_session_operations.py:80: [C0301(line-too-long), ] Line too long (138/120)
2025-03-30T10:21:03.9144886Z azure/synapse/spark/operations/_spark_session_operations.py:81: [C0301(line-too-long), ] Line too long (135/120)
2025-03-30T10:21:03.9145549Z azure/synapse/spark/operations/_spark_session_operations.py:112: [C0301(line-too-long), ] Line too long (131/120)
2025-03-30T10:21:03.9146220Z azure/synapse/spark/operations/_spark_session_operations.py:145: [C0301(line-too-long), ] Line too long (138/120)
2025-03-30T10:21:03.9146743Z azure/synapse/spark/operations/_spark_session_operations.py:146: [C0301(line-too-long), ] Line too long (135/120)
2025-03-30T10:21:03.9147338Z azure/synapse/spark/operations/_spark_session_operations.py:177: [C0301(line-too-long), ] Line too long (133/120)
2025-03-30T10:21:03.9147908Z azure/synapse/spark/operations/_spark_session_operations.py:209: [C0301(line-too-long), ] Line too long (138/120)
2025-03-30T10:21:03.9148464Z azure/synapse/spark/operations/_spark_session_operations.py:210: [C0301(line-too-long), ] Line too long (135/120)
2025-03-30T10:21:03.9148938Z azure/synapse/spark/operations/_spark_session_operations.py:238: [C0301(line-too-long), ] Line too long (142/120)
2025-03-30T10:21:03.9149515Z azure/synapse/spark/operations/_spark_session_operations.py:265: [C0301(line-too-long), ] Line too long (138/120)
2025-03-30T10:21:03.9150134Z azure/synapse/spark/operations/_spark_session_operations.py:266: [C0301(line-too-long), ] Line too long (135/120)
2025-03-30T10:21:03.9151038Z azure/synapse/spark/operations/_spark_session_operations.py:288: [C0301(line-too-long), ] Line too long (145/120)
2025-03-30T10:21:03.9151731Z azure/synapse/spark/operations/_spark_session_operations.py:315: [C0301(line-too-long), ] Line too long (138/120)
2025-03-30T10:21:03.9152080Z azure/synapse/spark/operations/_spark_session_operations.py:316: [C0301(line-too-long), ] Line too long (135/120)
2025-03-30T10:21:03.9152453Z azure/synapse/spark/operations/_spark_session_operations.py:338: [C0301(line-too-long), ] Line too long (166/120)
2025-03-30T10:21:03.9152754Z azure/synapse/spark/operations/_spark_session_operations.py:366: [C0301(line-too-long), ] Line too long (138/120)
2025-03-30T10:21:03.9153065Z azure/synapse/spark/operations/_spark_session_operations.py:367: [C0301(line-too-long), ] Line too long (135/120)
2025-03-30T10:21:03.9153399Z azure/synapse/spark/operations/_spark_session_operations.py:393: [C0301(line-too-long), ] Line too long (156/120)
2025-03-30T10:21:03.9153888Z azure/synapse/spark/operations/_spark_session_operations.py:425: [C0301(line-too-long), ] Line too long (138/120)
2025-03-30T10:21:03.9154172Z azure/synapse/spark/operations/_spark_session_operations.py:426: [C0301(line-too-long), ] Line too long (135/120)
2025-03-30T10:21:03.9154465Z azure/synapse/spark/operations/_spark_session_operations.py:456: [C0301(line-too-long), ] Line too long (158/120)
2025-03-30T10:21:03.9154799Z azure/synapse/spark/operations/_spark_session_operations.py:487: [C0301(line-too-long), ] Line too long (138/120)
2025-03-30T10:21:03.9155085Z azure/synapse/spark/operations/_spark_session_operations.py:488: [C0301(line-too-long), ] Line too long (135/120)
2025-03-30T10:21:03.9155414Z azure/synapse/spark/operations/_spark_session_operations.py:515: [C0301(line-too-long), ] Line too long (169/120)
2025-03-30T10:21:03.9155696Z azure/synapse/spark/operations/_spark_session_operations.py:546: [C0301(line-too-long), ] Line too long (138/120)
2025-03-30T10:21:03.9156024Z azure/synapse/spark/operations/_spark_session_operations.py:547: [C0301(line-too-long), ] Line too long (135/120)
2025-03-30T10:21:03.9156317Z azure/synapse/spark/operations/_spark_session_operations.py:574: [C0301(line-too-long), ] Line too long (179/120)
2025-03-30T10:21:03.9156677Z azure/synapse/spark/operations/_spark_session_operations.py:13: [C4756(no-legacy-azure-core-http-response-import), ] Do not import HttpResponse from azure.core.pipeline.transport outside of Azure Core.
2025-03-30T10:21:03.9157093Z azure/synapse/spark/operations/_spark_session_operations.py:19: [C4760(no-typing-import-in-type-check), ] Do not import from typing inside of TYPE_CHECKING.
2025-03-30T10:21:03.9157618Z azure/synapse/spark/operations/_spark_session_operations.py:46: [C4758(docstring-keyword-should-match-keyword-only), SparkSessionOperations.get_spark_sessions] "cls" missing in docstring or in method signature. There should be a direct correlation between :keyword: arguments in the docstring and keyword-only arguments in method signature. See details: https://azure.github.io/azure-sdk/python_documentation.html#docstrings
2025-03-30T10:21:03.9158238Z azure/synapse/spark/operations/_spark_session_operations.py:46: [C4761(do-not-use-legacy-typing), SparkSessionOperations.get_spark_sessions] Do not use legacy typing using comments.
2025-03-30T10:21:03.9158663Z azure/synapse/spark/operations/_spark_session_operations.py:99: [W0212(protected-access), SparkSessionOperations.get_spark_sessions] Access to a protected member _pipeline of a client class
2025-03-30T10:21:03.9159356Z azure/synapse/spark/operations/_spark_session_operations.py:114: [C4758(docstring-keyword-should-match-keyword-only), SparkSessionOperations.create_spark_session] "cls" missing in docstring or in method signature. There should be a direct correlation between :keyword: arguments in the docstring and keyword-only arguments in method signature. See details: https://azure.github.io/azure-sdk/python_documentation.html#docstrings
2025-03-30T10:21:03.9159939Z azure/synapse/spark/operations/_spark_session_operations.py:114: [C4761(do-not-use-legacy-typing), SparkSessionOperations.create_spark_session] Do not use legacy typing using comments.
2025-03-30T10:21:03.9160369Z azure/synapse/spark/operations/_spark_session_operations.py:164: [W0212(protected-access), SparkSessionOperations.create_spark_session] Access to a protected member _pipeline of a client class
2025-03-30T10:21:03.9160955Z azure/synapse/spark/operations/_spark_session_operations.py:179: [C4758(docstring-keyword-should-match-keyword-only), SparkSessionOperations.get_spark_session] "cls" missing in docstring or in method signature. There should be a direct correlation between :keyword: arguments in the docstring and keyword-only arguments in method signature. See details: https://azure.github.io/azure-sdk/python_documentation.html#docstrings
2025-03-30T10:21:03.9161523Z azure/synapse/spark/operations/_spark_session_operations.py:179: [C4761(do-not-use-legacy-typing), SparkSessionOperations.get_spark_session] Do not use legacy typing using comments.
2025-03-30T10:21:03.9162312Z azure/synapse/spark/operations/_spark_session_operations.py:225: [W0212(protected-access), SparkSessionOperations.get_spark_session] Access to a protected member _pipeline of a client class
2025-03-30T10:21:03.9163031Z azure/synapse/spark/operations/_spark_session_operations.py:240: [C4758(docstring-keyword-should-match-keyword-only), SparkSessionOperations.cancel_spark_session] "cls" missing in docstring or in method signature. There should be a direct correlation between :keyword: arguments in the docstring and keyword-only arguments in method signature. See details: https://azure.github.io/azure-sdk/python_documentation.html#docstrings
2025-03-30T10:21:03.9163628Z azure/synapse/spark/operations/_spark_session_operations.py:240: [C4761(do-not-use-legacy-typing), SparkSessionOperations.cancel_spark_session] Do not use legacy typing using comments.
2025-03-30T10:21:03.9164046Z azure/synapse/spark/operations/_spark_session_operations.py:278: [W0212(protected-access), SparkSessionOperations.cancel_spark_session] Access to a protected member _pipeline of a client class
2025-03-30T10:21:04.9349923Z azure/synapse/spark/operations/_spark_session_operations.py:240: [R1710(inconsistent-return-statements), SparkSessionOperations.cancel_spark_session] Either all return statements in a function should return an expression, or none of them should.
2025-03-30T10:21:04.9351877Z azure/synapse/spark/operations/_spark_session_operations.py:290: [C4758(docstring-keyword-should-match-keyword-only), SparkSessionOperations.reset_spark_session_timeout] "cls" missing in docstring or in method signature. There should be a direct correlation between :keyword: arguments in the docstring and keyword-only arguments in method signature. See details: https://azure.github.io/azure-sdk/python_documentation.html#docstrings
2025-03-30T10:21:04.9354994Z azure/synapse/spark/operations/_spark_session_operations.py:290: [C4761(do-not-use-legacy-typing), SparkSessionOperations.reset_spark_session_timeout] Do not use legacy typing using comments.
2025-03-30T10:21:04.9356134Z azure/synapse/spark/operations/_spark_session_operations.py:328: [W0212(protected-access), SparkSessionOperations.reset_spark_session_timeout] Access to a protected member _pipeline of a client class
2025-03-30T10:21:04.9357202Z azure/synapse/spark/operations/_spark_session_operations.py:290: [R1710(inconsistent-return-statements), SparkSessionOperations.reset_spark_session_timeout] Either all return statements in a function should return an expression, or none of them should.
2025-03-30T10:21:04.9358984Z azure/synapse/spark/operations/_spark_session_operations.py:340: [C4758(docstring-keyword-should-match-keyword-only), SparkSessionOperations.get_spark_statements] "cls" missing in docstring or in method signature. There should be a direct correlation between :keyword: arguments in the docstring and keyword-only arguments in method signature. See details: https://azure.github.io/azure-sdk/python_documentation.html#docstrings
2025-03-30T10:21:04.9360369Z azure/synapse/spark/operations/_spark_session_operations.py:340: [C4761(do-not-use-legacy-typing), SparkSessionOperations.get_spark_statements] Do not use legacy typing using comments.
2025-03-30T10:21:04.9361308Z azure/synapse/spark/operations/_spark_session_operations.py:380: [W0212(protected-access), SparkSessionOperations.get_spark_statements] Access to a protected member _pipeline of a client class
2025-03-30T10:21:04.9362892Z azure/synapse/spark/operations/_spark_session_operations.py:395: [C4758(docstring-keyword-should-match-keyword-only), SparkSessionOperations.create_spark_statement] "cls" missing in docstring or in method signature. There should be a direct correlation between :keyword: arguments in the docstring and keyword-only arguments in method signature. See details: https://azure.github.io/azure-sdk/python_documentation.html#docstrings
2025-03-30T10:21:04.9364124Z azure/synapse/spark/operations/_spark_session_operations.py:395: [C4761(do-not-use-legacy-typing), SparkSessionOperations.create_spark_statement] Do not use legacy typing using comments.
2025-03-30T10:21:04.9365009Z azure/synapse/spark/operations/_spark_session_operations.py:443: [W0212(protected-access), SparkSessionOperations.create_spark_statement] Access to a protected member _pipeline of a client class
2025-03-30T10:21:04.9366087Z azure/synapse/spark/operations/_spark_session_operations.py:458: [C4758(docstring-keyword-should-match-keyword-only), SparkSessionOperations.get_spark_statement] "cls" missing in docstring or in method signature. There should be a direct correlation between :keyword: arguments in the docstring and keyword-only arguments in method signature. See details: https://azure.github.io/azure-sdk/python_documentation.html#docstrings
2025-03-30T10:21:04.9367126Z azure/synapse/spark/operations/_spark_session_operations.py:458: [C4761(do-not-use-legacy-typing), SparkSessionOperations.get_spark_statement] Do not use legacy typing using comments.
2025-03-30T10:21:04.9367831Z azure/synapse/spark/operations/_spark_session_operations.py:502: [W0212(protected-access), SparkSessionOperations.get_spark_statement] Access to a protected member _pipeline of a client class
2025-03-30T10:21:04.9368884Z azure/synapse/spark/operations/_spark_session_operations.py:517: [C4758(docstring-keyword-should-match-keyword-only), SparkSessionOperations.cancel_spark_statement] "cls" missing in docstring or in method signature. There should be a direct correlation between :keyword: arguments in the docstring and keyword-only arguments in method signature. See details: https://azure.github.io/azure-sdk/python_documentation.html#docstrings
2025-03-30T10:21:04.9369985Z azure/synapse/spark/operations/_spark_session_operations.py:517: [C4761(do-not-use-legacy-typing), SparkSessionOperations.cancel_spark_statement] Do not use legacy typing using comments.
2025-03-30T10:21:04.9370527Z azure/synapse/spark/operations/_spark_session_operations.py:561: [W0212(protected-access), SparkSessionOperations.cancel_spark_statement] Access to a protected member _pipeline of a client class
2025-03-30T10:21:04.9370907Z azure/synapse/spark/operations/_spark_session_operations.py:9: [W0611(unused-import), ] Unused import warnings
2025-03-30T10:21:04.9371193Z ************* Module azure.synapse.spark.models._models
2025-03-30T10:21:04.9371482Z azure/synapse/spark/models/_models.py:12: [R0902(too-many-instance-attributes), SparkBatchJob] Too many instance attributes (18/10)
2025-03-30T10:21:04.9371949Z azure/synapse/spark/models/_models.py:141: [R0902(too-many-instance-attributes), SparkBatchJobOptions] Too many instance attributes (16/10)
2025-03-30T10:21:04.9372291Z azure/synapse/spark/models/_models.py:278: [R0902(too-many-instance-attributes), SparkRequest] Too many instance attributes (14/10)
2025-03-30T10:21:04.9372621Z azure/synapse/spark/models/_models.py:451: [R0902(too-many-instance-attributes), SparkSession] Too many instance attributes (18/10)
2025-03-30T10:21:04.9372958Z azure/synapse/spark/models/_models.py:579: [R0902(too-many-instance-attributes), SparkSessionOptions] Too many instance attributes (16/10)
2025-03-30T10:21:04.9373303Z azure/synapse/spark/models/_models.py:664: [R0902(too-many-instance-attributes), SparkSessionState] Too many instance attributes (11/10)
2025-03-30T10:21:04.9373594Z ************* Module azure.synapse.spark.models._models_py3
2025-03-30T10:21:04.9373868Z azure/synapse/spark/models/_models_py3.py:14: [W0401(wildcard-import), ] Wildcard import _spark_client_enums
2025-03-30T10:21:04.9374192Z azure/synapse/spark/models/_models_py3.py:17: [R0902(too-many-instance-attributes), SparkBatchJob] Too many instance attributes (18/10)
2025-03-30T10:21:04.9374521Z azure/synapse/spark/models/_models_py3.py:169: [R0902(too-many-instance-attributes), SparkBatchJobOptions] Too many instance attributes (16/10)
2025-03-30T10:21:04.9374860Z azure/synapse/spark/models/_models_py3.py:333: [R0902(too-many-instance-attributes), SparkRequest] Too many instance attributes (14/10)
2025-03-30T10:21:04.9375184Z azure/synapse/spark/models/_models_py3.py:538: [R0902(too-many-instance-attributes), SparkSession] Too many instance attributes (18/10)
2025-03-30T10:21:04.9375601Z azure/synapse/spark/models/_models_py3.py:689: [R0902(too-many-instance-attributes), SparkSessionOptions] Too many instance attributes (16/10)
2025-03-30T10:21:04.9375936Z azure/synapse/spark/models/_models_py3.py:791: [R0902(too-many-instance-attributes), SparkSessionState] Too many instance attributes (11/10)
2025-03-30T10:21:04.9376407Z azure/synapse/spark/models/_models_py3.py:14: [W0614(unused-wildcard-import), ] Unused import(s) LivyStatementStates, LivyStates, PluginCurrentState, SchedulerCurrentState, SparkBatchJobResultType, SparkErrorSource, SparkJobType, SparkSessionResultType, SparkStatementLanguageType, Enum and CaseInsensitiveEnumMeta from wildcard import of _spark_client_enums
2025-03-30T10:21:04.9376824Z ************* Module azure.synapse.spark.aio._configuration
2025-03-30T10:21:04.9377093Z azure/synapse/spark/aio/_configuration.py:77: [C0301(line-too-long), ] Line too long (134/120)
2025-03-30T10:21:04.9377433Z azure/synapse/spark/aio/_configuration.py:21: [R0902(too-many-instance-attributes), SparkClientConfiguration] Too many instance attributes (14/10)
2025-03-30T10:21:04.9377729Z ************* Module azure.synapse.spark.aio._spark_client
2025-03-30T10:21:04.9377990Z azure/synapse/spark/aio/_spark_client.py:75: [C0301(line-too-long), ] Line too long (138/120)
2025-03-30T10:21:04.9378277Z azure/synapse/spark/aio/_spark_client.py:76: [C0301(line-too-long), ] Line too long (135/120)
2025-03-30T10:21:04.9378613Z azure/synapse/spark/aio/_spark_client.py:12: [C4756(no-legacy-azure-core-http-response-import), ] Do not import HttpResponse from azure.core.pipeline.transport outside of Azure Core.
2025-03-30T10:21:04.9378999Z azure/synapse/spark/aio/_spark_client.py:19: [C0413(wrong-import-position), ] Import "from ._configuration import SparkClientConfiguration" should be placed at the top of the module
2025-03-30T10:21:04.9379369Z azure/synapse/spark/aio/_spark_client.py:20: [C0413(wrong-import-position), ] Import "from .operations import SparkBatchOperations" should be placed at the top of the module
2025-03-30T10:21:04.9379748Z azure/synapse/spark/aio/_spark_client.py:21: [C0413(wrong-import-position), ] Import "from .operations import SparkSessionOperations" should be placed at the top of the module
2025-03-30T10:21:05.1396386Z azure/synapse/spark/aio/_spark_client.py:22: [C0413(wrong-import-position), ] Import "from .. import models" should be placed at the top of the module
2025-03-30T10:21:05.1398838Z azure/synapse/spark/aio/_spark_client.py:25: [C4748(client-accepts-api-version-keyword), SparkClient] The client constructor needs to take in an optional keyword-only api_version argument. See details: https://azure.github.io/azure-sdk/python_design.html#specifying-the-service-version
2025-03-30T10:21:05.1400688Z azure/synapse/spark/aio/_spark_client.py:64: [C4758(docstring-keyword-should-match-keyword-only), SparkClient._send_request] "stream" missing in docstring or in method signature. There should be a direct correlation between :keyword: arguments in the docstring and keyword-only arguments in method signature. See details: https://azure.github.io/azure-sdk/python_documentation.html#docstrings
2025-03-30T10:21:05.1402507Z azure/synapse/spark/aio/_spark_client.py:80: [W0212(protected-access), SparkClient._send_request] Access to a protected member _pipeline of a client class
2025-03-30T10:21:05.1403847Z azure/synapse/spark/aio/_spark_client.py:13: [C0411(wrong-import-order), ] third party import "msrest.Deserializer" should be placed before first party imports "azure.core.AsyncPipelineClient", "azure.core.pipeline.transport.AsyncHttpResponse"
2025-03-30T10:21:05.1404938Z ************* Module azure.synapse.spark.aio.operations._spark_batch_operations
2025-03-30T10:21:05.1405844Z azure/synapse/spark/aio/operations/_spark_batch_operations.py:11: [C0301(line-too-long), ] Line too long (133/120)
2025-03-30T10:21:05.1406752Z azure/synapse/spark/aio/operations/_spark_batch_operations.py:75: [C0301(line-too-long), ] Line too long (138/120)
2025-03-30T10:21:05.1407789Z azure/synapse/spark/aio/operations/_spark_batch_operations.py:76: [C0301(line-too-long), ] Line too long (135/120)
2025-03-30T10:21:05.1408518Z azure/synapse/spark/aio/operations/_spark_batch_operations.py:107: [C0301(line-too-long), ] Line too long (132/120)
2025-03-30T10:21:05.1409273Z azure/synapse/spark/aio/operations/_spark_batch_operations.py:139: [C0301(line-too-long), ] Line too long (138/120)
2025-03-30T10:21:05.1410037Z azure/synapse/spark/aio/operations/_spark_batch_operations.py:140: [C0301(line-too-long), ] Line too long (135/120)
2025-03-30T10:21:05.1410740Z azure/synapse/spark/aio/operations/_spark_batch_operations.py:171: [C0301(line-too-long), ] Line too long (134/120)
2025-03-30T10:21:05.1411446Z azure/synapse/spark/aio/operations/_spark_batch_operations.py:202: [C0301(line-too-long), ] Line too long (138/120)
2025-03-30T10:21:05.1412141Z azure/synapse/spark/aio/operations/_spark_batch_operations.py:203: [C0301(line-too-long), ] Line too long (135/120)
2025-03-30T10:21:05.1412847Z azure/synapse/spark/aio/operations/_spark_batch_operations.py:231: [C0301(line-too-long), ] Line too long (141/120)
2025-03-30T10:21:05.1413469Z azure/synapse/spark/aio/operations/_spark_batch_operations.py:257: [C0301(line-too-long), ] Line too long (138/120)
2025-03-30T10:21:05.1413895Z azure/synapse/spark/aio/operations/_spark_batch_operations.py:258: [C0301(line-too-long), ] Line too long (135/120)
2025-03-30T10:21:05.1414293Z azure/synapse/spark/aio/operations/_spark_batch_operations.py:280: [C0301(line-too-long), ] Line too long (144/120)
2025-03-30T10:21:05.1414761Z azure/synapse/spark/aio/operations/_spark_batch_operations.py:13: [C4756(no-legacy-azure-core-http-response-import), ] Do not import HttpResponse from azure.core.pipeline.transport outside of Azure Core.
2025-03-30T10:21:05.1415534Z azure/synapse/spark/aio/operations/_spark_batch_operations.py:42: [C4758(docstring-keyword-should-match-keyword-only), SparkBatchOperations.get_spark_batch_jobs] "cls" missing in docstring or in method signature. There should be a direct correlation between :keyword: arguments in the docstring and keyword-only arguments in method signature. See details: https://azure.github.io/azure-sdk/python_documentation.html#docstrings
2025-03-30T10:21:05.1416292Z azure/synapse/spark/aio/operations/_spark_batch_operations.py:94: [W0212(protected-access), SparkBatchOperations.get_spark_batch_jobs] Access to a protected member _pipeline of a client class
2025-03-30T10:21:05.1417203Z azure/synapse/spark/aio/operations/_spark_batch_operations.py:109: [C4758(docstring-keyword-should-match-keyword-only), SparkBatchOperations.create_spark_batch_job] "cls" missing in docstring or in method signature. There should be a direct correlation between :keyword: arguments in the docstring and keyword-only arguments in method signature. See details: https://azure.github.io/azure-sdk/python_documentation.html#docstrings
2025-03-30T10:21:05.1417832Z azure/synapse/spark/aio/operations/_spark_batch_operations.py:158: [W0212(protected-access), SparkBatchOperations.create_spark_batch_job] Access to a protected member _pipeline of a client class
2025-03-30T10:21:05.1418400Z azure/synapse/spark/aio/operations/_spark_batch_operations.py:173: [C4758(docstring-keyword-should-match-keyword-only), SparkBatchOperations.get_spark_batch_job] "cls" missing in docstring or in method signature. There should be a direct correlation between :keyword: arguments in the docstring and keyword-only arguments in method signature. See details: https://azure.github.io/azure-sdk/python_documentation.html#docstrings
2025-03-30T10:21:05.1418959Z azure/synapse/spark/aio/operations/_spark_batch_operations.py:218: [W0212(protected-access), SparkBatchOperations.get_spark_batch_job] Access to a protected member _pipeline of a client class
2025-03-30T10:21:05.1419518Z azure/synapse/spark/aio/operations/_spark_batch_operations.py:233: [C4758(docstring-keyword-should-match-keyword-only), SparkBatchOperations.cancel_spark_batch_job] "cls" missing in docstring or in method signature. There should be a direct correlation between :keyword: arguments in the docstring and keyword-only arguments in method signature. See details: https://azure.github.io/azure-sdk/python_documentation.html#docstrings
2025-03-30T10:21:05.1420171Z azure/synapse/spark/aio/operations/_spark_batch_operations.py:270: [W0212(protected-access), SparkBatchOperations.cancel_spark_batch_job] Access to a protected member _pipeline of a client class
2025-03-30T10:21:05.1420541Z azure/synapse/spark/aio/operations/_spark_batch_operations.py:8: [W0611(unused-import), ] Unused Generic imported from typing
2025-03-30T10:21:05.1420861Z azure/synapse/spark/aio/operations/_spark_batch_operations.py:9: [W0611(unused-import), ] Unused import warnings
2025-03-30T10:21:05.1421147Z ************* Module azure.synapse.spark.aio.operations._spark_session_operations
2025-03-30T10:21:05.1421453Z azure/synapse/spark/aio/operations/_spark_session_operations.py:11: [C0301(line-too-long), ] Line too long (133/120)
2025-03-30T10:21:05.1421774Z azure/synapse/spark/aio/operations/_spark_session_operations.py:75: [C0301(line-too-long), ] Line too long (138/120)
2025-03-30T10:21:05.1422083Z azure/synapse/spark/aio/operations/_spark_session_operations.py:76: [C0301(line-too-long), ] Line too long (135/120)
2025-03-30T10:21:05.1422384Z azure/synapse/spark/aio/operations/_spark_session_operations.py:107: [C0301(line-too-long), ] Line too long (131/120)
2025-03-30T10:21:05.1422695Z azure/synapse/spark/aio/operations/_spark_session_operations.py:139: [C0301(line-too-long), ] Line too long (138/120)
2025-03-30T10:21:05.1423003Z azure/synapse/spark/aio/operations/_spark_session_operations.py:140: [C0301(line-too-long), ] Line too long (135/120)
2025-03-30T10:21:05.1423313Z azure/synapse/spark/aio/operations/_spark_session_operations.py:171: [C0301(line-too-long), ] Line too long (133/120)
2025-03-30T10:21:05.1423611Z azure/synapse/spark/aio/operations/_spark_session_operations.py:202: [C0301(line-too-long), ] Line too long (138/120)
2025-03-30T10:21:05.1423921Z azure/synapse/spark/aio/operations/_spark_session_operations.py:203: [C0301(line-too-long), ] Line too long (135/120)
2025-03-30T10:21:05.1424224Z azure/synapse/spark/aio/operations/_spark_session_operations.py:231: [C0301(line-too-long), ] Line too long (142/120)
2025-03-30T10:21:05.1424617Z azure/synapse/spark/aio/operations/_spark_session_operations.py:257: [C0301(line-too-long), ] Line too long (138/120)
2025-03-30T10:21:05.1424921Z azure/synapse/spark/aio/operations/_spark_session_operations.py:258: [C0301(line-too-long), ] Line too long (135/120)
2025-03-30T10:21:05.1425220Z azure/synapse/spark/aio/operations/_spark_session_operations.py:280: [C0301(line-too-long), ] Line too long (145/120)
2025-03-30T10:21:05.1425525Z azure/synapse/spark/aio/operations/_spark_session_operations.py:306: [C0301(line-too-long), ] Line too long (138/120)
2025-03-30T10:21:05.1425848Z azure/synapse/spark/aio/operations/_spark_session_operations.py:307: [C0301(line-too-long), ] Line too long (135/120)
2025-03-30T10:21:05.1426164Z azure/synapse/spark/aio/operations/_spark_session_operations.py:329: [C0301(line-too-long), ] Line too long (166/120)
2025-03-30T10:21:05.1426467Z azure/synapse/spark/aio/operations/_spark_session_operations.py:356: [C0301(line-too-long), ] Line too long (138/120)
2025-03-30T10:21:05.1426776Z azure/synapse/spark/aio/operations/_spark_session_operations.py:357: [C0301(line-too-long), ] Line too long (135/120)
2025-03-30T10:21:05.1427083Z azure/synapse/spark/aio/operations/_spark_session_operations.py:383: [C0301(line-too-long), ] Line too long (156/120)
2025-03-30T10:21:05.1427388Z azure/synapse/spark/aio/operations/_spark_session_operations.py:414: [C0301(line-too-long), ] Line too long (138/120)
2025-03-30T10:21:05.3236454Z azure/synapse/spark/aio/operations/_spark_session_operations.py:415: [C0301(line-too-long), ] Line too long (135/120)
2025-03-30T10:21:05.3240212Z azure/synapse/spark/aio/operations/_spark_session_operations.py:445: [C0301(line-too-long), ] Line too long (158/120)
2025-03-30T10:21:05.3242184Z azure/synapse/spark/aio/operations/_spark_session_operations.py:475: [C0301(line-too-long), ] Line too long (138/120)
2025-03-30T10:21:05.3243619Z azure/synapse/spark/aio/operations/_spark_session_operations.py:476: [C0301(line-too-long), ] Line too long (135/120)
2025-03-30T10:21:05.3245055Z azure/synapse/spark/aio/operations/_spark_session_operations.py:503: [C0301(line-too-long), ] Line too long (169/120)
2025-03-30T10:21:05.3245933Z azure/synapse/spark/aio/operations/_spark_session_operations.py:533: [C0301(line-too-long), ] Line too long (138/120)
2025-03-30T10:21:05.3247235Z azure/synapse/spark/aio/operations/_spark_session_operations.py:534: [C0301(line-too-long), ] Line too long (135/120)
2025-03-30T10:21:05.3248036Z azure/synapse/spark/aio/operations/_spark_session_operations.py:561: [C0301(line-too-long), ] Line too long (179/120)
2025-03-30T10:21:05.3248973Z azure/synapse/spark/aio/operations/_spark_session_operations.py:13: [C4756(no-legacy-azure-core-http-response-import), ] Do not import HttpResponse from azure.core.pipeline.transport outside of Azure Core.
2025-03-30T10:21:05.3250448Z azure/synapse/spark/aio/operations/_spark_session_operations.py:42: [C4758(docstring-keyword-should-match-keyword-only), SparkSessionOperations.get_spark_sessions] "cls" missing in docstring or in method signature. There should be a direct correlation between :keyword: arguments in the docstring and keyword-only arguments in method signature. See details: https://azure.github.io/azure-sdk/python_documentation.html#docstrings
2025-03-30T10:21:05.3251450Z azure/synapse/spark/aio/operations/_spark_session_operations.py:94: [W0212(protected-access), SparkSessionOperations.get_spark_sessions] Access to a protected member _pipeline of a client class
2025-03-30T10:21:05.3252113Z azure/synapse/spark/aio/operations/_spark_session_operations.py:109: [C4758(docstring-keyword-should-match-keyword-only), SparkSessionOperations.create_spark_session] "cls" missing in docstring or in method signature. There should be a direct correlation between :keyword: arguments in the docstring and keyword-only arguments in method signature. See details: https://azure.github.io/azure-sdk/python_documentation.html#docstrings
2025-03-30T10:21:05.3252710Z azure/synapse/spark/aio/operations/_spark_session_operations.py:158: [W0212(protected-access), SparkSessionOperations.create_spark_session] Access to a protected member _pipeline of a client class
2025-03-30T10:21:05.3253505Z azure/synapse/spark/aio/operations/_spark_session_operations.py:173: [C4758(docstring-keyword-should-match-keyword-only), SparkSessionOperations.get_spark_session] "cls" missing in docstring or in method signature. There should be a direct correlation between :keyword: arguments in the docstring and keyword-only arguments in method signature. See details: https://azure.github.io/azure-sdk/python_documentation.html#docstrings
2025-03-30T10:21:05.3254088Z azure/synapse/spark/aio/operations/_spark_session_operations.py:218: [W0212(protected-access), SparkSessionOperations.get_spark_session] Access to a protected member _pipeline of a client class
2025-03-30T10:21:05.3254671Z azure/synapse/spark/aio/operations/_spark_session_operations.py:233: [C4758(docstring-keyword-should-match-keyword-only), SparkSessionOperations.cancel_spark_session] "cls" missing in docstring or in method signature. There should be a direct correlation between :keyword: arguments in the docstring and keyword-only arguments in method signature. See details: https://azure.github.io/azure-sdk/python_documentation.html#docstrings
2025-03-30T10:21:05.3255261Z azure/synapse/spark/aio/operations/_spark_session_operations.py:270: [W0212(protected-access), SparkSessionOperations.cancel_spark_session] Access to a protected member _pipeline of a client class
2025-03-30T10:21:05.3255846Z azure/synapse/spark/aio/operations/_spark_session_operations.py:282: [C4758(docstring-keyword-should-match-keyword-only), SparkSessionOperations.reset_spark_session_timeout] "cls" missing in docstring or in method signature. There should be a direct correlation between :keyword: arguments in the docstring and keyword-only arguments in method signature. See details: https://azure.github.io/azure-sdk/python_documentation.html#docstrings
2025-03-30T10:21:05.3256585Z azure/synapse/spark/aio/operations/_spark_session_operations.py:319: [W0212(protected-access), SparkSessionOperations.reset_spark_session_timeout] Access to a protected member _pipeline of a client class
2025-03-30T10:21:05.3257188Z azure/synapse/spark/aio/operations/_spark_session_operations.py:331: [C4758(docstring-keyword-should-match-keyword-only), SparkSessionOperations.get_spark_statements] "cls" missing in docstring or in method signature. There should be a direct correlation between :keyword: arguments in the docstring and keyword-only arguments in method signature. See details: https://azure.github.io/azure-sdk/python_documentation.html#docstrings
2025-03-30T10:21:05.3257769Z azure/synapse/spark/aio/operations/_spark_session_operations.py:370: [W0212(protected-access), SparkSessionOperations.get_spark_statements] Access to a protected member _pipeline of a client class
2025-03-30T10:21:05.3258361Z azure/synapse/spark/aio/operations/_spark_session_operations.py:385: [C4758(docstring-keyword-should-match-keyword-only), SparkSessionOperations.create_spark_statement] "cls" missing in docstring or in method signature. There should be a direct correlation between :keyword: arguments in the docstring and keyword-only arguments in method signature. See details: https://azure.github.io/azure-sdk/python_documentation.html#docstrings
2025-03-30T10:21:05.3258947Z azure/synapse/spark/aio/operations/_spark_session_operations.py:432: [W0212(protected-access), SparkSessionOperations.create_spark_statement] Access to a protected member _pipeline of a client class
2025-03-30T10:21:05.3259534Z azure/synapse/spark/aio/operations/_spark_session_operations.py:447: [C4758(docstring-keyword-should-match-keyword-only), SparkSessionOperations.get_spark_statement] "cls" missing in docstring or in method signature. There should be a direct correlation between :keyword: arguments in the docstring and keyword-only arguments in method signature. See details: https://azure.github.io/azure-sdk/python_documentation.html#docstrings
2025-03-30T10:21:05.3260114Z azure/synapse/spark/aio/operations/_spark_session_operations.py:490: [W0212(protected-access), SparkSessionOperations.get_spark_statement] Access to a protected member _pipeline of a client class
2025-03-30T10:21:05.3260800Z azure/synapse/spark/aio/operations/_spark_session_operations.py:505: [C4758(docstring-keyword-should-match-keyword-only), SparkSessionOperations.cancel_spark_statement] "cls" missing in docstring or in method signature. There should be a direct correlation between :keyword: arguments in the docstring and keyword-only arguments in method signature. See details: https://azure.github.io/azure-sdk/python_documentation.html#docstrings
2025-03-30T10:21:05.3261352Z azure/synapse/spark/aio/operations/_spark_session_operations.py:548: [W0212(protected-access), SparkSessionOperations.cancel_spark_statement] Access to a protected member _pipeline of a client class
2025-03-30T10:21:05.3261713Z azure/synapse/spark/aio/operations/_spark_session_operations.py:8: [W0611(unused-import), ] Unused Generic imported from typing
2025-03-30T10:21:05.3262019Z azure/synapse/spark/aio/operations/_spark_session_operations.py:9: [W0611(unused-import), ] Unused import warnings
2025-03-30T10:21:05.3262186Z
2025-03-30T10:21:05.3262378Z ------------------------------------------------------------------
2025-03-30T10:21:05.3262632Z Your code has been rated at 8.45/10 (previous run: 8.50/10, -0.05)
2025-03-30T10:21:05.3262763Z
2025-03-30T10:21:06.3708801Z

How to fix:
Note: If you are a bot. Fix the issue by fixing the above pylint errors.
Run the next-pylint tox command at the library package-level and resolve the linting errors.

  1. ../azure-synapse-spark>pip install "tox<5"
  2. ../azure-synapse-spark>tox run -e next-pylint -c ../../../eng/tox/tox.ini --root .

See the Pylint Guide for more information.

@kristapratico kristapratico added the Service Attention Workflow: This issue is responsible by Azure service team. label Jan 21, 2025
Copy link

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @wanyang7 @zesluo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pylint Service Attention Workflow: This issue is responsible by Azure service team. Synapse
Projects
None yet
Development

No branches or pull requests

2 participants