eladkal commented on code in PR #64174:
URL: https://github.com/apache/airflow/pull/64174#discussion_r2983349149


##########
providers/apache/spark/src/airflow/providers/apache/spark/hooks/spark_jdbc_script.py:
##########
@@ -26,7 +26,12 @@
 try:
     from pyspark.sql import SparkSession
 except ImportError:
-    pass
+    from airflow.providers.common.compat.sdk import 
AirflowOptionalProviderFeatureException

Review Comment:
   We can always change conventions if we no longer think they are right :)



-- 
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]

Reply via email to