Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ref: refactor csv output parser to dynamic single component #3963

Merged
merged 3 commits into from
Oct 1, 2024

Conversation

jordanrfrazier
Copy link
Collaborator

@jordanrfrazier jordanrfrazier commented Sep 30, 2024

This refactors the CSVOutputParser such that it will be a dynamic single component Output Parser. This allows us to add new parsers to this single component, which will dynamically update the input list (if one exists).

Note that the CSVOutputParser has not been included in a prior release (even a nightly, since they're been broken), so should have no issues with backwards-compatibility.

@dosubot dosubot bot added size:M This PR changes 30-99 lines, ignoring generated files. python Pull requests that update Python code labels Sep 30, 2024
Copy link
Collaborator

@edwinjosechittilappilly edwinjosechittilappilly left a comment

Choose a reason for hiding this comment

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

Good Work!
Tested, works as expected!

@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Sep 30, 2024
@jordanrfrazier jordanrfrazier enabled auto-merge (squash) September 30, 2024 18:55
@jordanrfrazier jordanrfrazier merged commit a5bd766 into main Oct 1, 2024
26 of 27 checks passed
@jordanrfrazier jordanrfrazier deleted the output-parser-dynamic-inputs branch October 1, 2024 17:05
diogocabral pushed a commit to headlinevc/langflow that referenced this pull request Nov 26, 2024
…-ai#3963)

* refactor csv output parser to dynamic single component

* [autofix.ci] apply automated fixes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lgtm This PR has been approved by a maintainer python Pull requests that update Python code size:M This PR changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants