nailo2c commented on code in PR #65991: URL: https://github.com/apache/airflow/pull/65991#discussion_r3315239909
########## providers/apache/spark/src/airflow/providers/apache/spark/hooks/spark_submit.py: ########## @@ -29,15 +29,25 @@ import uuid from collections.abc import Iterator from pathlib import Path -from typing import Any +from typing import TYPE_CHECKING, Any -from airflow.providers.common.compat.sdk import AirflowException, BaseHook, conf as airflow_conf +import requests Review Comment: okay let me add it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
