Skip to content

Fix/recipe duplicates last line of csv apis#64

Open
alexbourret wants to merge 8 commits intofeature/sniffing-csv-dialectfrom
fix/recipe-duplicates-last-line-of-csv-apis
Open

Fix/recipe duplicates last line of csv apis#64
alexbourret wants to merge 8 commits intofeature/sniffing-csv-dialectfrom
fix/recipe-duplicates-last-line-of-csv-apis

Conversation

@alexbourret
Copy link
Copy Markdown
Collaborator

@alexbourret alexbourret commented Feb 27, 2026

@Ellana42 Ellana42 self-requested a review April 10, 2026 09:30
Copy link
Copy Markdown
Contributor

@Ellana42 Ellana42 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The first comment is my biggest issue - otherwise works great

Comment thread python-lib/rest_api_recipe_session.py Outdated
json_response = decode_csv_data(json_response)
for row in json_response:
decoded_csv_data = decode_csv_data(json_response)
is_api_returning_dict = False
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This breaks compatibility too but I believe this whole functionnality was introduced in an alpha for a client so probably not problematic

Comment thread python-lib/rest_api_recipe_session.py
Comment thread CHANGELOG.md
Comment thread python-lib/rest_api_recipe_session.py Outdated
@alexbourret alexbourret requested a review from Ellana42 April 15, 2026 08:16
Comment thread python-lib/rest_api_recipe_session.py Outdated
@RoyTeddy
Copy link
Copy Markdown

RoyTeddy commented May 7, 2026

maybe later but need to remove meta.category and update meta.tags to "tags": ["Connector"]

@alexbourret
Copy link
Copy Markdown
Collaborator Author

maybe later but need to remove meta.category and update meta.tags to "tags": ["Connector"]

👍 that will be down in another PR (#67)

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.

3 participants