Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Add AgentService SyncAgent proto to the idl #436

Conversation

Future-Outlier
Copy link
Member

@Future-Outlier Future-Outlier commented Aug 28, 2023

TL;DR

As title.

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

Tracking Issue

Follow-up issue

https://github.com/flyteorg/flyteidl/pull/413/files#diff-70bc292dedbce9072f9a4bbd20e9ea6c686baf766bcade96b389dac9f4fd553b

@welcome
Copy link

welcome bot commented Aug 28, 2023

Thank you for opening this pull request! 🙌

These tips will help get your PR across the finish line:

  • Most of the repos have a PR template; if not, fill it out to the best of your knowledge.
  • Sign off your commits (Reference: DCO Guide).

@Future-Outlier Future-Outlier marked this pull request as draft August 28, 2023 06:00
@Future-Outlier Future-Outlier changed the title Add external_plugin_service Sync Agent proto to the idl Add AgentService Sync Agent proto to the idl Aug 28, 2023
@Future-Outlier Future-Outlier changed the title Add AgentService Sync Agent proto to the idl Add AgentService SyncAgent proto to the idl Aug 28, 2023
Future Outlier added 2 commits September 11, 2023 15:05
Signed-off-by: Future Outlier <[email protected]>
Signed-off-by: Future Outlier <[email protected]>
@Future-Outlier
Copy link
Member Author

@pingsutw, Can you help approve this test?
Thanks a lot!

@codecov
Copy link

codecov bot commented Sep 26, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (7f62a15) 75.92% compared to head (3aaee52) 78.48%.
Report is 3 commits behind head on master.

❗ Current head 3aaee52 differs from pull request most recent head 30f312a. Consider uploading reports for the commit 30f312a to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #436      +/-   ##
==========================================
+ Coverage   75.92%   78.48%   +2.55%     
==========================================
  Files          18       18              
  Lines        1458     1250     -208     
==========================================
- Hits         1107      981     -126     
+ Misses        294      212      -82     
  Partials       57       57              
Flag Coverage Δ
unittests ?

Flags with carried forward coverage won't be shown. Click here to find out more.

see 18 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

// Template of the task that encapsulates all the metadata of the task.
core.TaskTemplate template = 2;
// Prefix for where task output data will be written. (e.g. s3://my-bucket/randomstring)
string output_prefix = 3;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it should be outputs!

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, I think you are right

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot!

Signed-off-by: Future Outlier <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants