amoghrajesh commented on issue #57145:
URL: https://github.com/apache/airflow/issues/57145#issuecomment-3436295322
Tried with http operator and seems like there is no problem on that front:
```
http = HttpOperator(
task_id="test_HTTP_op",
http_conn_id="http_default",
endpoint="get",
method="GET",
deferrable=True,
response_check=lambda response: response.status_code == 200,
log_response=True,
)
```
<img width="1186" height="187" alt="Image"
src="https://github.com/user-attachments/assets/5ebb2d90-8c9d-41d0-a4a7-3d5b4f614baa"
/>
So it looks like its a problem on databricks operator
--
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]