google-cloud
google-cloud copied to clipboard
A collection of Google Cloud Platform (GCP) plugins
Fix to handle properly nullable array of records and arrays of nullable records in BigQuery Sink
# [PLUGIN-698] Wildcard feature for GCS Move/Copy ## Description Add a new wildcard toggle option to allow user input '*' in source path to match 0 or any number of...
This change extends functionality of GCS Batch Source plugin. There were added two new plugin parameters here: - Length Field - Modification Time Field If a customer set values for...
Bumps [tink](https://github.com/google/tink) from 1.3.0-rc3 to 1.5.0. Release notes Sourced from tink's releases. Tink 1.5.0 Tink is a multi-language, cross-platform library that provides simple and misuse-proof APIs for common cryptographic tasks....
Change to allow the temporary export table and temporary export dataset to be explicitly set in the config of the BigQuerySource source plugin. Currently the plugin requires write permissions on...
The BigQuery batch source plugin creates temporary export tables in the project that hosts the BigQuery dataset being sourced. This means any account that runs the plugin needs permissions to...
BigQuery fields can't be both NULLABLE and REQUIRED. However, it is still possible to insert null arrays BigQuery, which are then converted into empty arrays. There is then no reason...