public class BigQuerySyncTool extends HoodieSyncTool
This utility will get the schema from the latest commit and will sync big query table schema.
| Modifier and Type | Field and Description |
|---|---|
BigQuerySyncConfig |
config |
String |
manifestTableName |
String |
snapshotViewName |
String |
tableName |
String |
versionsTableName |
hadoopConf, props| Constructor and Description |
|---|
BigQuerySyncTool(Properties props) |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args) |
void |
syncHoodieTable() |
closepublic final BigQuerySyncConfig config
public final String tableName
public final String manifestTableName
public final String versionsTableName
public final String snapshotViewName
public BigQuerySyncTool(Properties props)
public void syncHoodieTable()
syncHoodieTable in class HoodieSyncToolpublic static void main(String[] args)
Copyright © 2023 The Apache Software Foundation. All rights reserved.