Skip to content

Commit

Permalink
Remove pipeline options override from inside connector
Browse files Browse the repository at this point in the history
  • Loading branch information
iht committed May 27, 2024
1 parent 5c30b1d commit aed8574
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1725,11 +1725,6 @@ && getInclusiveStartAt().toSqlTimestamp().after(getInclusiveEndAt().toSqlTimesta
new PostProcessingMetricsDoFn(metrics);

LOG.info("Partition metadata table that will be used is " + partitionMetadataTableName);
input
.getPipeline()
.getOptions()
.as(SpannerChangeStreamOptions.class)
.setMetadataTable(partitionMetadataTableName);

final PCollection<byte[]> impulseOut = input.apply(Impulse.create());
final PCollection<PartitionMetadata> partitionsOut =
Expand Down

0 comments on commit aed8574

Please sign in to comment.