|
25 | 25 | import io.airbyte.integrations.base.destination.typing_deduping.DestinationInitialStatus;
|
26 | 26 | import io.airbyte.integrations.base.destination.typing_deduping.Sql;
|
27 | 27 | import io.airbyte.integrations.base.destination.typing_deduping.StreamId;
|
28 |
| -import io.airbyte.integrations.base.destination.typing_deduping.TypeAndDedupeTransaction; |
| 28 | +import io.airbyte.integrations.base.destination.typing_deduping.TyperDeduperUtil; |
29 | 29 | import io.airbyte.integrations.destination.snowflake.OssCloudEnvVarConsts;
|
30 | 30 | import io.airbyte.integrations.destination.snowflake.SnowflakeDatabase;
|
31 | 31 | import io.airbyte.integrations.destination.snowflake.SnowflakeSourceOperations;
|
@@ -570,7 +570,7 @@ public void dst_test_oldSyncRunsThroughTransition_thenNewSyncRuns_dedup() throws
|
570 | 570 | }
|
571 | 571 | """)));
|
572 | 572 |
|
573 |
| - TypeAndDedupeTransaction.executeTypeAndDedupe(this.getGenerator(), this.getDestinationHandler(), this.getIncrementalDedupStream(), |
| 573 | + TyperDeduperUtil.executeTypeAndDedupe(this.getGenerator(), this.getDestinationHandler(), this.getIncrementalDedupStream(), |
574 | 574 | initialState.initialRawTableStatus().getMaxProcessedTimestamp(), "");
|
575 | 575 |
|
576 | 576 | getDIFFER().diffFinalTableRecords(
|
@@ -664,7 +664,7 @@ public void dst_test_oldSyncRunsBeforeTransition_thenNewSyncRunsThroughTransitio
|
664 | 664 | }
|
665 | 665 | """)));
|
666 | 666 |
|
667 |
| - TypeAndDedupeTransaction.executeTypeAndDedupe(this.getGenerator(), this.getDestinationHandler(), this.getIncrementalDedupStream(), |
| 667 | + TyperDeduperUtil.executeTypeAndDedupe(this.getGenerator(), this.getDestinationHandler(), this.getIncrementalDedupStream(), |
668 | 668 | initialState.initialRawTableStatus().getMaxProcessedTimestamp(), "");
|
669 | 669 |
|
670 | 670 | getDIFFER().diffFinalTableRecords(
|
@@ -739,7 +739,7 @@ public void dst_test_oldSyncRunsBeforeTransition_thenNewSyncRunsBeforeTransition
|
739 | 739 | }
|
740 | 740 | """)));
|
741 | 741 |
|
742 |
| - TypeAndDedupeTransaction.executeTypeAndDedupe(this.getGenerator(), this.getDestinationHandler(), this.getIncrementalDedupStream(), |
| 742 | + TyperDeduperUtil.executeTypeAndDedupe(this.getGenerator(), this.getDestinationHandler(), this.getIncrementalDedupStream(), |
743 | 743 | initialState.initialRawTableStatus().getMaxProcessedTimestamp(), "");
|
744 | 744 |
|
745 | 745 | getDIFFER().diffFinalTableRecords(
|
@@ -794,7 +794,7 @@ public void dst_test_oldSyncRunsBeforeTransition_thenNewSyncRunsBeforeTransition
|
794 | 794 | }
|
795 | 795 | """)));
|
796 | 796 |
|
797 |
| - TypeAndDedupeTransaction.executeTypeAndDedupe(this.getGenerator(), this.getDestinationHandler(), this.getIncrementalDedupStream(), |
| 797 | + TyperDeduperUtil.executeTypeAndDedupe(this.getGenerator(), this.getDestinationHandler(), this.getIncrementalDedupStream(), |
798 | 798 | initialState2.initialRawTableStatus().getMaxProcessedTimestamp(), "");
|
799 | 799 |
|
800 | 800 | getDIFFER().diffFinalTableRecords(
|
@@ -946,7 +946,7 @@ public void dst_test_oldSyncRunsThroughTransition_thenNewSyncRuns_append() throw
|
946 | 946 | }
|
947 | 947 | """)));
|
948 | 948 |
|
949 |
| - TypeAndDedupeTransaction.executeTypeAndDedupe(this.getGenerator(), this.getDestinationHandler(), this.getIncrementalAppendStream(), |
| 949 | + TyperDeduperUtil.executeTypeAndDedupe(this.getGenerator(), this.getDestinationHandler(), this.getIncrementalAppendStream(), |
950 | 950 | initialState.initialRawTableStatus().getMaxProcessedTimestamp(), "");
|
951 | 951 |
|
952 | 952 | getDIFFER().diffFinalTableRecords(
|
@@ -1085,7 +1085,7 @@ public void dst_test_oldSyncRunsBeforeTransition_thenNewSyncRunsThroughTransitio
|
1085 | 1085 | }
|
1086 | 1086 | """)));
|
1087 | 1087 |
|
1088 |
| - TypeAndDedupeTransaction.executeTypeAndDedupe(this.getGenerator(), this.getDestinationHandler(), this.getIncrementalAppendStream(), |
| 1088 | + TyperDeduperUtil.executeTypeAndDedupe(this.getGenerator(), this.getDestinationHandler(), this.getIncrementalAppendStream(), |
1089 | 1089 | initialState.initialRawTableStatus().getMaxProcessedTimestamp(), "");
|
1090 | 1090 |
|
1091 | 1091 | getDIFFER().diffFinalTableRecords(
|
@@ -1182,7 +1182,7 @@ public void dst_test_oldSyncRunsBeforeTransition_thenNewSyncRunsBeforeTransition
|
1182 | 1182 | }
|
1183 | 1183 | """)));
|
1184 | 1184 |
|
1185 |
| - TypeAndDedupeTransaction.executeTypeAndDedupe(this.getGenerator(), this.getDestinationHandler(), this.getIncrementalAppendStream(), |
| 1185 | + TyperDeduperUtil.executeTypeAndDedupe(this.getGenerator(), this.getDestinationHandler(), this.getIncrementalAppendStream(), |
1186 | 1186 | initialState.initialRawTableStatus().getMaxProcessedTimestamp(), "");
|
1187 | 1187 |
|
1188 | 1188 | getDIFFER().diffFinalTableRecords(
|
@@ -1259,7 +1259,7 @@ public void dst_test_oldSyncRunsBeforeTransition_thenNewSyncRunsBeforeTransition
|
1259 | 1259 | }
|
1260 | 1260 | """)));
|
1261 | 1261 |
|
1262 |
| - TypeAndDedupeTransaction.executeTypeAndDedupe(this.getGenerator(), this.getDestinationHandler(), this.getIncrementalAppendStream(), |
| 1262 | + TyperDeduperUtil.executeTypeAndDedupe(this.getGenerator(), this.getDestinationHandler(), this.getIncrementalAppendStream(), |
1263 | 1263 | initialState2.initialRawTableStatus().getMaxProcessedTimestamp(), "");
|
1264 | 1264 |
|
1265 | 1265 | getDIFFER().diffFinalTableRecords(
|
|
0 commit comments