Skip to content

fix: Fix response handling error in bulk2.py#92

Open
dlouseiro wants to merge 1 commit intoMeltanoLabs:mainfrom
dlouseiro:dlouseiro/fix-response-handling
Open

fix: Fix response handling error in bulk2.py#92
dlouseiro wants to merge 1 commit intoMeltanoLabs:mainfrom
dlouseiro:dlouseiro/fix-response-handling

Conversation

@dlouseiro
Copy link
Copy Markdown
Contributor

Solves issue #91

Adjust code in line bulk2.py:65 not to convert response to a dict using resp.json() when at that point in the code the resp object has already been converted to dict using .json in line bulk2.py:58, causing the code to fail with AttributeError: 'dict' object has no attribute 'json'.

@dlouseiro dlouseiro changed the title Fix response handling error in bulk2.py fix: Fix response handling error in bulk2.py Mar 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant