Skip to content

Mirror model changes from #751#756

Merged
wild-endeavor merged 2 commits into
model-refactorfrom
model-refactor-remote-fixes
Nov 23, 2021
Merged

Mirror model changes from #751#756
wild-endeavor merged 2 commits into
model-refactorfrom
model-refactor-remote-fixes

Conversation

@wild-endeavor

Copy link
Copy Markdown
Contributor

Signed-off-by: Yee Hing Tong wild-endeavor@users.noreply.github.com

TL;DR

See https://github.com/flyteorg/flytekit/pull/751/files. This is just keeping the model files in line.

Signed-off-by: Yee Hing Tong <wild-endeavor@users.noreply.github.com>
@wild-endeavor wild-endeavor changed the title copy over Mirror model changes from #751 Nov 19, 2021
@codecov

codecov Bot commented Nov 19, 2021

Copy link
Copy Markdown

Codecov Report

❗ No coverage uploaded for pull request base (model-refactor@2dff711). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@                Coverage Diff                @@
##             model-refactor     #756   +/-   ##
=================================================
  Coverage                  ?   85.88%           
=================================================
  Files                     ?      360           
  Lines                     ?    29927           
  Branches                  ?     2428           
=================================================
  Hits                      ?    25702           
  Misses                    ?     3586           
  Partials                  ?      639           

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 2dff711...2a9e543. Read the comment docs.

@eapolinario eapolinario left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

LGTM, I have just one minor question.

Comment on lines +190 to +195
workflow_node_metadata=WorkflowNodeMetadata.from_flyte_idl(p.workflow_node_metadata)
if p.HasField("workflow_node_metadata")
else None,
task_node_metadata=TaskNodeMetadata.from_flyte_idl(p.task_node_metadata)
if p.HasField("task_node_metadata")
else None,

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

omg, this indentation.

:param datetime.datetime started_at:
:param datetime.timedelta duration:
:param Text output_uri:
:param flytekit.models.core.execution.ExecutionError error:

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

why are you removing this?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

pushed - can you check again please?

Signed-off-by: Yee Hing Tong <wild-endeavor@users.noreply.github.com>
@wild-endeavor wild-endeavor merged commit e910e6f into model-refactor Nov 23, 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