public class BigQuerySyncTool extends HoodieSyncTool
This utility will get the schema from the latest commit and will sync big query table schema.
hadoopConf, metrics, props| Constructor and Description |
|---|
BigQuerySyncTool(Properties props) |
BigQuerySyncTool(Properties props,
org.apache.hadoop.conf.Configuration configuration,
Option<HoodieTableMetaClient> metaClientOption) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
static void |
main(String[] args) |
void |
syncHoodieTable() |
buildMetaClientpublic BigQuerySyncTool(Properties props)
public BigQuerySyncTool(Properties props, org.apache.hadoop.conf.Configuration configuration, Option<HoodieTableMetaClient> metaClientOption)
public void syncHoodieTable()
syncHoodieTable in class HoodieSyncToolpublic void close()
throws Exception
close in interface AutoCloseableclose in class HoodieSyncToolExceptionpublic static void main(String[] args)
Copyright © 2025 The Apache Software Foundation. All rights reserved.