chirodip98 commented on code in PR #60688:
URL: https://github.com/apache/airflow/pull/60688#discussion_r2724532023


##########
providers/google/src/airflow/providers/google/cloud/hooks/datafusion.py:
##########
@@ -168,6 +171,11 @@ def _cdap_request(
 
     @staticmethod
     def _check_response_status_and_data(response, message: str) -> None:
+        if not response:
+            raise AirflowException(
+                "Invalid / Empty response received. Please, check for possible 
root "
+                "causes of this behavior either in DAG code or on Cloud 
DataFusion side"
+            )

Review Comment:
   Noted . I will update the PR soon



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