SplitFields 类 - Amazon Glue
Amazon Web Services 文档中描述的 Amazon Web Services 服务或功能可能因区域而异。要查看适用于中国区域的差异,请参阅 中国的 Amazon Web Services 服务入门 (PDF)

本文属于机器翻译版本。若本译文内容与英语原文存在差异,则一律以英文原文为准。

SplitFields 类

按指定字段将一个 DynamicFrame 拆分成两个新项。

示例

我们建议您使用 DynamicFrame.split_fields() 方法拆分 DynamicFrame 中的字段。要查看代码示例,请参阅 示例:使用 split_fields 将选定字段拆分为单独的 DynamicFrame

方法

__call__(frame, paths, name1 = none, name2 = none, transformation_ctx = "", info = "", stageThreshold = 0, totalThreshold = 0)

DynamicFrame 中的一个或多个字段拆分成新的 DynamicFrame 并创建另一个包含保留字段的新 DynamicFrame

  • frame – 要拆分到新 DynamicFrame 中的源 DynamicFrame (必需)。

  • paths – 要拆分的字段的完整路径的列表 (必需)。

  • name1 – 要为将包含要拆分的字段的 DynamicFrame 分配的名称(可选)。如果没有提供名称,则会使用源框架的名称并附加“1”。

  • name2 – 要为将包含在指定字段拆分后仍保留的字段的 DynamicFrame 分配的名称(可选)。如果没有提供名称,则会使用源框架的名称并附加“2”。

  • transformation_ctx – 用于标识状态信息的唯一字符串 (可选)。

  • info – 与转换中的错误关联的字符串 (可选)。

  • stageThreshold – 在转换出错之前可能在其中发生的最大错误数(可选)。默认值为 0。

  • totalThreshold – 在处理出错之前可能全面发生的最大错误数(可选)。默认值为 0。

apply(cls, *args, **kwargs)

继承自 GlueTransform apply

name(cls)

继承自 GlueTransform name

describeArgs(cls)

继承自 GlueTransform describeArgs

describeReturn(cls)

继承自 GlueTransform describeReturn

describeTransform(cls)

继承自 GlueTransform describeTransform

describeErrors(cls)

继承自 GlueTransform describeErrors

describe(cls)

继承自 GlueTransform describe