-
Notifications
You must be signed in to change notification settings - Fork 305
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
[Client][API] get control plane version #2874
Merged
Future-Outlier
merged 4 commits into
master
from
gate-feature-by-checking-backend-version
Nov 5, 2024
Merged
[Client][API] get control plane version #2874
Future-Outlier
merged 4 commits into
master
from
gate-feature-by-checking-backend-version
Nov 5, 2024
Conversation
This file contains 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
Signed-off-by: Future-Outlier <[email protected]>
Future-Outlier
requested review from
wild-endeavor,
kumare3,
eapolinario,
pingsutw,
cosmicBboy,
samhita-alla and
thomasjpfan
as code owners
October 29, 2024 15:26
Future-Outlier
changed the title
Gate feature(msgpack IDL) by checking backend version
[WIP] Gate feature(msgpack IDL) by checking backend version
Oct 29, 2024
Signed-off-by: Future-Outlier <[email protected]>
Signed-off-by: Future-Outlier <[email protected]>
Future-Outlier
changed the title
[WIP] Gate feature(msgpack IDL) by checking backend version
[API] Get Control Plane Version
Oct 30, 2024
Future-Outlier
changed the title
[API] Get Control Plane Version
[Client API] Get Control Plane Version
Oct 30, 2024
pingsutw
reviewed
Oct 30, 2024
@@ -1087,3 +1088,7 @@ def get_download_artifact_signed_url( | |||
expires_in=expires_in_pb, | |||
) | |||
) | |||
|
|||
def get_control_plane_version(self) -> str: |
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.
could we add some comments for it
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.
yes of course thank you!
Signed-off-by: Future-Outlier <[email protected]>
pingsutw
approved these changes
Nov 5, 2024
Future-Outlier
changed the title
[Client API] Get Control Plane Version
[flyteadmin][API] get control plane version
Nov 5, 2024
Future-Outlier
changed the title
[flyteadmin][API] get control plane version
[Client][API] get control plane version
Nov 5, 2024
kumare3
pushed a commit
that referenced
this pull request
Nov 8, 2024
* Gate feature by checking backend version Signed-off-by: Future-Outlier <[email protected]> * put context in comments or in serialization settings Signed-off-by: Future-Outlier <[email protected]> * get control plane version and add integration tests Signed-off-by: Future-Outlier <[email protected]> * Update Kevin's advice Signed-off-by: Future-Outlier <[email protected]> --------- Signed-off-by: Future-Outlier <[email protected]>
2 tasks
katrogan
pushed a commit
that referenced
this pull request
Nov 15, 2024
* Gate feature by checking backend version Signed-off-by: Future-Outlier <[email protected]> * put context in comments or in serialization settings Signed-off-by: Future-Outlier <[email protected]> * get control plane version and add integration tests Signed-off-by: Future-Outlier <[email protected]> * Update Kevin's advice Signed-off-by: Future-Outlier <[email protected]> --------- Signed-off-by: Future-Outlier <[email protected]> Signed-off-by: Katrina Rogan <[email protected]>
3 tasks
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.
Tracking issue
flyteorg/flyte#5318
Why are the changes needed?
provide version api for users.
What changes were proposed in this pull request?
add a method
get_control_plane_version
inclass SynchronousFlyteClient(_RawSynchronousFlyteClient)
.How was this patch tested?
local and integration test.
Setup process
Screenshots
Unknown version
Know Version
Check all the applicable boxes
Related PRs
Docs link