-
Notifications
You must be signed in to change notification settings - Fork 2
feat(sdk) : adding support for multiple versions of java #14
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
Conversation
.github/workflows/generate-sdks.yml
Outdated
| path: sdks | ||
| fetch-depth: 0 | ||
| token: ${{ env.USER_API_KEY }} | ||
| ref: feat/sdk/java-version-workflow |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need to remove this before merging this in?
This reverts commit fa434c8.
| message Chart { | ||
| google.protobuf.Struct template = 1; | ||
| map<string, factset.protobuf.stach.table.Reference> attributes = 2; | ||
| map<string, Plot> plots = 3; | ||
| map<string, Series> series = 4; | ||
| map<string, Data> data = 5; | ||
| } No newline at end of file |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can exclude these protos in the chart folder as they were experimental and not referenced by v1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed all protos under chart folder
charlie430
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Other than removing the v1 chart protos, LGTM
No description provided.