Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4206,6 +4206,11 @@ output_pc = input_pc | beam.Select("user_id")
Support for Nested fields hasn't been developed for the Python SDK yet.
{{< /paragraph >}}

<< highlight py >>
input_pc = ... # {"shippingAddress": {"postCode": "12345"}}
output_pc = input_pc | beam.Select("shippingAddress.postCode")
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Hi, do you think it would work? can you validate?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

similar to #37959

<< /highlight >>

{{< paragraph class="language-go">}}
Support for Nested fields hasn't been developed for the Go SDK yet.
{{< /paragraph >}}
Expand Down
Loading