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

FlyteRemote - Listing recent #616

Merged
merged 8 commits into from
Aug 30, 2021
Merged

FlyteRemote - Listing recent #616

merged 8 commits into from
Aug 30, 2021

Conversation

wild-endeavor
Copy link
Contributor

@wild-endeavor wild-endeavor commented Aug 26, 2021

Signed-off-by: Yee Hing Tong [email protected]

TL;DR

Listing recent executions and tasks from Admin. Holding off on workflows and launch plans - will create a new ticket to track these. The issue is that the Admin endpoints really only support easy listing of IDs for those... listing complete objects for launch plans and workflows ends up with an N+1 style query, which I don't think we should embed in FlyteRemote just yet.

Type

  • Bug Fix
  • Feature
  • Plugin

Are all requirements met?

  • Code completed
  • Smoke tested
  • Unit tests added
  • Code documentation added
  • Any pending items have an associated Issue

Complete description

How did you fix the bug, make the feature etc. Link to any design docs etc

Tracking Issue

flyteorg/flyte#1290

Follow up flyteorg/flyte#1394

Signed-off-by: Yee Hing Tong <[email protected]>
@wild-endeavor wild-endeavor changed the title add FlyteRemote - Listing recent Aug 26, 2021
@codecov
Copy link

codecov bot commented Aug 26, 2021

Codecov Report

Merging #616 (c478308) into master (5a04ec8) will decrease coverage by 0.00%.
The diff coverage is 80.43%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #616      +/-   ##
==========================================
- Coverage   85.86%   85.85%   -0.01%     
==========================================
  Files         397      397              
  Lines       31106    31150      +44     
  Branches     2495     2502       +7     
==========================================
+ Hits        26708    26743      +35     
- Misses       3723     3732       +9     
  Partials      675      675              
Impacted Files Coverage Δ
flytekit/clients/friendly.py 67.74% <ø> (-0.26%) ⬇️
flytekit/remote/tasks/task.py 90.24% <60.00%> (-4.36%) ⬇️
flytekit/remote/remote.py 73.98% <70.83%> (-0.20%) ⬇️
tests/flytekit/unit/remote/test_remote.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5a04ec8...c478308. Read the comment docs.

Signed-off-by: Yee Hing Tong <[email protected]>
Signed-off-by: Yee Hing Tong <[email protected]>
Signed-off-by: Yee Hing Tong <[email protected]>
Signed-off-by: Yee Hing Tong <[email protected]>
@wild-endeavor wild-endeavor marked this pull request as ready for review August 30, 2021 17:29
Signed-off-by: Yee Hing Tong <[email protected]>
Signed-off-by: Yee Hing Tong <[email protected]>
eapolinario
eapolinario previously approved these changes Aug 30, 2021
Signed-off-by: Yee Hing Tong <[email protected]>
@wild-endeavor wild-endeavor merged commit 377ef5d into master Aug 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants