Skip to content

Commit

Permalink
Simplify how to build Python SDK (apache#26693)
Browse files Browse the repository at this point in the history
Co-authored-by: Ahmed Abualsaud <[email protected]>
  • Loading branch information
RyuSA and ahmedabu98 authored Jun 6, 2023
1 parent 1ee151d commit ef35550
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,8 @@ BigQuery Storage Write API for Python SDK currently has some limitations on supp
{{< /paragraph >}}

{{< paragraph class="language-py" >}}
**Note:** If you want to run WriteToBigQuery with Storage Write API from the source code, you need to run `./gradlew :sdks:java:io:google-cloud-platform:expansion-service:build` to setup corresponding Java classes. If you want to run it from a released Beam SDK, you don't need to execute the command since the expansion service will be automatically downloaded and started.
**Note:** If you want to run WriteToBigQuery with Storage Write API from the source code, you need to run `./gradlew :sdks:java:io:google-cloud-platform:expansion-service:build` to build the expansion-service jar. If you
are running from a released Beam SDK, the jar will already be included.

{{< /paragraph >}}

Expand Down

0 comments on commit ef35550

Please sign in to comment.