Skip to content

Commit 375cf6f

Browse files
committed
DBT glue
1 parent c436967 commit 375cf6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data_pipelines_cli/airbyte_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,5 +145,5 @@ def request_handler(
145145
data = response.json()
146146
return data
147147
except requests.exceptions.HTTPError as e:
148-
echo_error("Error with airbyte request: " + str(e.response))
148+
echo_error(e.response.text) # type: ignore
149149
return None

0 commit comments

Comments
 (0)