Closed prashastia closed 4 months ago
The table Configuration for Read.
BigQueryTableConfig readTableConfig = BigQueryReadTableConfig.newBuilder() .table(sourceTableName) .project(sourceGcpProjectName) .dataset(sourceDatasetName) .testMode(false) .partitionDiscoveryInterval(partitionDiscoveryInterval) .boundedness(Boundedness.CONTINUOUS_UNBOUNDED) .build();
The table Configuration for Sink.
BigQueryTableConfig sinkTableConfig = BigQuerySinkTableConfig.newBuilder() .table(destTableName) .project(destGcpProjectName) .dataset(destDatasetName) .testMode(false) .build();
Please Note: (In Progress)
BIGNUMERIC
TIME
/gcbrun
@clmccart @yerramalli Please review this PR. Thanks!
The table Configuration for Read.
The table Configuration for Sink.
Please Note: (In Progress)
BIGNUMERIC
read will not work (error is values written)TIME
type read will not work (connector breaks)/gcbrun