Jeff Kinard
Jeff Kinard
Allows custom endpoints to be specified in Spanner IT's and adds a suite of tests that use a staged spanner instance.
PubsubAvroToBigQueryIT now includes deadletter messages to ensure DLQ is populated correctly.
Verify that user does not set BigQuery changelog table name template to be '{_metadata_spanner_table_name}' as that will cause a `NullPointerException` when attempting to create the BQ tables.
This test adds no value as it is already covered in the PubSubToBigQueryIT test file more extensively. Removing to reduce IT runtime.
Adds installation of python 3.11 to startup script for gitactions runners
There have been cases of name collisions on parallel tests, so adding random suffix to avoid collision. ------------------------ Thank you for your contribution! Follow this checklist to help us incorporate...
Add same speed improvements that were added to YamlTemplate in #1405. This will greatly reduce startup time, remove need to specify requirements.txt in every module that uses Python UDF's (using...