bhirsz commented on code in PR #28690:
URL: https://github.com/apache/airflow/pull/28690#discussion_r1060512947


##########
airflow/providers/google/cloud/hooks/datafusion.py:
##########
@@ -154,7 +160,10 @@ def _cdap_request(
 
     @staticmethod
     def _check_response_status_and_data(response, message: str) -> None:
-        if response.status != 200:
+        print("data: ", response.data)

Review Comment:
   Should print be there? Or rather logging method if we intend to log 
something.



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