This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch nightly-refs/heads/master
in repository https://gitbox.apache.org/repos/asf/beam.git
from 9cd994eb086 Merge pull request #36302 from
tarun-google/fix_bigquery_tests
add 18d1d9fbb22 increase timeout (#36317)
add 50e14ace7f6 feat(bigquery): add BigLake configuration support for
Storage Write API (#36225)
add c84f28f84aa Add option to pickle relative filepaths in cloudpickle.
(#36300)
add 8cdd2f595ff Fix PerformanceTests jobs (#36315)
add abdec1bcecd Bump github.com/nats-io/nats.go from 1.45.0 to 1.46.0 in
/sdks (#36312)
No new revisions were added by this update.
Summary of changes:
.../beam_PostCommit_Python_Xlang_Gcp_Dataflow.json | 2 +-
.../beam_PostCommit_Python_Xlang_IO_Dataflow.json | 2 +-
.../workflows/beam_Publish_Beam_SDK_Snapshots.yml | 2 +-
.../postgres/postgres-service-for-local-dev.yml | 15 ++-
.../org/apache/beam/gradle/BeamModulePlugin.groovy | 16 ++-
sdks/go.mod | 2 +-
sdks/go.sum | 4 +-
...ueryStorageWriteApiSchemaTransformProvider.java | 3 +
.../providers/BigQueryWriteConfiguration.java | 11 ++
.../internal/cloudpickle/cloudpickle.py | 116 +++++++++++++++-----
.../io/external/xlang_bigqueryio_it_test.py | 96 +++++++++++++++++
sdks/python/apache_beam/io/gcp/bigquery.py | 8 +-
.../apache_beam/io/gcp/bigquery_biglake_test.py | 117 +++++++++++++++++++++
13 files changed, 359 insertions(+), 35 deletions(-)
create mode 100644 sdks/python/apache_beam/io/gcp/bigquery_biglake_test.py