dlt icon indicating copy to clipboard operation
dlt copied to clipboard

show full HTTP response on failure (Feat/1605)

Open willi-mueller opened this issue 4 months ago • 1 comments

Description

This PR implements error logging of the full HTTP response on error when the dlt.sources.helpers.requests.Session is used.

Unless a custom session with different configuration is used, all HTTP responses with an error code 4xx will log an error.

This includes:

  1. the RESTClient
  2. each call made by the dlt.sources.rest_api

Related Issues

  • Resolves #1605

willi-mueller avatar Sep 28 '24 18:09 willi-mueller