Skip to content

Commit

Permalink
fateflow: callback output data meta
Browse files Browse the repository at this point in the history
Signed-off-by: zhihuiwan <15779896112@163.com>
  • Loading branch information
zhihuiwan committed Jun 21, 2023
1 parent ea282a6 commit 1156a8b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def write(self, ctx, df: "DataFrame", name=None, namespace=None):
samples = df.data_overview()
from fate.components.core.spec.artifact import DataOverview

self.artifact.metadata.data_overview = DataOverview(count=count, samples=samples)
self.artifact.metadata.overview = DataOverview(count=count, samples=samples)

logger.debug(f"write dataframe to artifact: {self.artifact}")

Expand Down

0 comments on commit 1156a8b

Please sign in to comment.