We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c436967 commit 375cf6fCopy full SHA for 375cf6f
data_pipelines_cli/airbyte_utils.py
@@ -145,5 +145,5 @@ def request_handler(
145
data = response.json()
146
return data
147
except requests.exceptions.HTTPError as e:
148
- echo_error("Error with airbyte request: " + str(e.response))
+ echo_error(e.response.text) # type: ignore
149
return None
0 commit comments