You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…lientSourceStage` stages (#1705)
* Add a new constructor argument to `HttpServerSourceStage` & `HttpClientSourceStage` called `payload_to_df_fn`, allowing users to specify a custom payload parser.
* Remove work-around for rapidsai/cudf#5712 this bug is fixed in our current version of cudf.
* Relocate updated tests to `tests/stages`
Closes#1703
## By Submitting this PR I confirm:
- I am familiar with the [Contributing Guidelines](https://github.com/nv-morpheus/Morpheus/blob/main/docs/source/developer_guide/contributing.md).
- When the PR is ready for review, new or existing tests cover these changes.
- When the PR is ready for review, the documentation is up to date with these changes.
Authors:
- David Gardner (https://github.com/dagardner-nv)
Approvers:
- Michael Demoret (https://github.com/mdemoret-nv)
URL: #1705
Is this a new feature, an improvement, or a change to existing functionality?
New Feature
How would you describe the priority of this feature request
Medium
Please provide a clear description of problem this feature solves
Not all JSON payloads translate naturally into DataFrames
Describe your ideal solution
Pass in an optional function.
Currently we do:
Instead we could do:
Additional context
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: