feat: Support Parquet input in RPT client#1520
Draft
davidkna-sap wants to merge 17 commits intomainfrom
Draft
Conversation
9fadc5e to
24b672a
Compare
24b672a to
bd7d3ef
Compare
davidkna-sap
commented
Feb 6, 2026
Member
Author
There was a problem hiding this comment.
These changes are not in the upstream spec:
I've requested that encoding is added and AFAIK prediction_config types were already requested.
…uet-cloud-sdk * origin/main: (38 commits) feat: Support orchestration prompt module fallback (#1454) v2.7.0 chore: Fix pnpm-lockfile refresh merge condition handling (#1497) feat: Add `rawResponse` property to `OrchestrationStreamResponse`& `getRequestId`-helpers (#1464) chore: Combine ai client type headers (#1545) chore(deps-dev): Bump @sap/cds-dk from 9.7.1 to 9.7.2 (#1548) chore: update pnpm transitive dependencies (#1544) chore(deps-dev): Bump glob from 13.0.2 to 13.0.3 (#1541) chore(deps-dev): Bump dotenv from 17.2.4 to 17.3.1 (#1540) chore(deps): Bump the langchain group with 3 updates (#1538) feat: Update ai-api specification (#1489) feat: Advertise AbortSignal support for HTTP request cancellation (#1480) chore(deps-dev): Bump orval from 8.2.0 to 8.3.0 (#1536) chore(deps): Bump the langchain group with 3 updates (#1535) feat: Added support for custom headers in document grounding and open ai clients (#1519) chore: Fix rpt (#1533) chore(deps-dev): Bump @types/node from 22.19.10 to 22.19.11 (#1532) chore(deps-dev): Bump glob from 13.0.1 to 13.0.2 (#1530) chore(deps-dev): Bump nock from 14.0.10 to 14.0.11 (#1529) chore(deps): Bump the langchain group with 3 updates (#1528) ...
davidkna-sap
commented
Feb 16, 2026
marikaner
requested changes
Feb 17, 2026
| ); | ||
| } | ||
|
|
||
| // Workaround: Endpoint requires a filename that ends with .parquet |
Contributor
There was a problem hiding this comment.
[q] Does it make sense to ask the service owners to ignore the filename and just look at the format?
|
|
||
| /** | ||
| * Predict based on Parquet file data. | ||
| * @param parquetData - Parquet file data as Blob. Can also be a File to forward the filename. |
Contributor
There was a problem hiding this comment.
[nth] Maybe add a few words an what is in the file. I think prediction data and data schema.
Co-authored-by: Marika Marszalkowski <marika.marszalkowski@sap.com>
Co-authored-by: Marika Marszalkowski <marika.marszalkowski@sap.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Context
Caution
Currently uses Canary SAP Cloud SDK
This PR is #1484 but powered by the multi-part SAP Cloud SDK PR.
Related https://github.com/SAP/ai-sdk-js-backlog/issues/469.
Cloud SDK PR/branch: SAP/cloud-sdk-js#6301
What this PR does and why it is needed