UnnestFrame 類別 - AWS Glue

本文為英文版的機器翻譯版本,如內容有任何歧義或不一致之處,概以英文版為準。

UnnestFrame 類別

DynamicFrame 解除巢狀化,將巢狀化物件壓平合併為頂層元素,並且為陣列物件產生聯結鍵。

範例

我們建議您使用 DynamicFrame.unnest() 方法在 DynamicFrame 中壓平合併巢狀化結構。若要檢視程式碼範例,請參閱 範例:使用 unnest 將巢狀化欄位轉換為頂層欄位

方法

__call__(frame, transformation_ctx = "", info="", stageThreshold=0, totalThreshold=0)

DynamicFrame 解除巢狀化,將巢狀化物件壓平合併為頂層元素,並且為陣列物件產生聯結鍵。

  • frame – 欲解巢狀的 DynamicFrame (必要)。

  • transformation_ctx – 用於識別狀態資訊的唯一字串 (選用)。

  • info – 與轉換中的錯誤相關的字串 (選用)。

  • stageThreshold – 在錯誤輸出之前,轉換作業中可發生錯誤的次數上限 (選用)。預設為零。

  • totalThreshold – 在處理錯誤輸出之前,整體作業可發生錯誤的次數上限 (選用)。預設為零。

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