This is an automated email from the ASF dual-hosted git repository.
yihua pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/hudi.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 8f2902e8536 [DOCS] Update GCP config doc (#10679)
8f2902e8536 is described below
commit 8f2902e8536f84dbacf1611e21485ac66a3ce3c4
Author: nadine farah <[email protected]>
AuthorDate: Wed Mar 6 21:56:44 2024 -0800
[DOCS] Update GCP config doc (#10679)
Co-authored-by: Y Ethan Guo <[email protected]>
---
website/docs/gcp_bigquery.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/website/docs/gcp_bigquery.md b/website/docs/gcp_bigquery.md
index 2a289faa31c..cd61ec0eef0 100644
--- a/website/docs/gcp_bigquery.md
+++ b/website/docs/gcp_bigquery.md
@@ -41,6 +41,8 @@ setting sync tool class. A few BigQuery-specific
configurations are required.
| `hoodie.gcp.bigquery.sync.source_uri_prefix` | The common prefix of the
`source_uri`, usually it's the path to the Hudi table, trailing slash does not
matter. |
| `hoodie.gcp.bigquery.sync.base_path` | The usual basepath config for
Hudi table.
|
| `hoodie.gcp.bigquery.sync.use_bq_manifest_file` | Set to true to enable the
manifest based sync
|
+| `hoodie.gcp.bigquery.sync.require_partition_filter` | Introduced in Hudi
version 0.14.1, this configuration accepts a BOOLEAN value, with the default
being false. When enabled (set to true), you must create a partition filter (a
WHERE clause) for all queries, targeting the partitioning column of a
partitioned table. Queries lacking such a filter will result in an error.
|
+
Refer to `org.apache.hudi.gcp.bigquery.BigQuerySyncConfig` for the complete
configuration list.
### Partition Handling