mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-25 17:08:29 +00:00
fix(azure_ad): print request URL on error (#10677)
This commit is contained in:
parent
8a905774f7
commit
e123c25d82
@ -505,6 +505,7 @@ class AzureADSource(StatefulIngestionSourceBase):
|
||||
yield json_data["value"]
|
||||
else:
|
||||
error_str = (
|
||||
f"Request URL: {url}. "
|
||||
f"Response status code: {str(response.status_code)}. "
|
||||
f"Response content: {str(response.content)}"
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user