Skip to content

Commit

Permalink
Address Feedback from Beam Website Feedback Form. (#30064)
Browse files Browse the repository at this point in the history
* Create HealthcareUtils file with shared resources

* revert

* Addressing some feedback from the Beam Website Feedback Form
  • Loading branch information
svetakvsundhar authored Jan 22, 2024
1 parent c0cc7c4 commit 5eeffc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/www/site/content/en/documentation/io/connectors.md
Original file line number Diff line number Diff line change
Expand Up @@ -802,12 +802,12 @@ This table provides a consolidated, at-a-glance overview of the available built-
<a href="https://beam.apache.org/releases/javadoc/current/org/apache/beam/sdk/io/gcp/healthcare/FhirIO.html">native</a>
</td>
<td>Not available</td>
<td class="present">
<a href="https://pkg.go.dev/github.com/apache/beam/sdks/v2/go/pkg/beam/io/fhirio">native</a>
</td>
<td>Not available</td>
<td>Not available</td>
<td class="present">✔</td>
<td class="present">✔</td>
</tr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ specifying custom encodings as needed.

#### 3.2.2. Element schema {#element-schema}

In many cases, the element type in a `PCollection` has a structure that can introspected.
In many cases, the element type in a `PCollection` has a structure that can be introspected.
Examples are JSON, Protocol Buffer, Avro, and database records. Schemas provide a way to
express types as a set of named fields, allowing for more-expressive aggregations.

Expand Down

0 comments on commit 5eeffc7

Please sign in to comment.