You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: airbyte-cdk/java/airbyte-cdk/db-destinations/src/testFixtures/kotlin/io/airbyte/cdk/integrations/standardtest/destination/DestinationAcceptanceTest.kt
+1-1
Original file line number
Diff line number
Diff line change
@@ -243,7 +243,7 @@ abstract class DestinationAcceptanceTest {
Copy file name to clipboardExpand all lines: airbyte-integrations/connectors/destination-postgres/src/main/java/io/airbyte/integrations/destination/postgres/PostgresDestination.java
Copy file name to clipboardExpand all lines: airbyte-integrations/connectors/destination-postgres/src/main/java/io/airbyte/integrations/destination/postgres/PostgresSqlOperations.java
Copy file name to clipboardExpand all lines: airbyte-integrations/connectors/destination-postgres/src/main/java/io/airbyte/integrations/destination/postgres/typing_deduping/PostgresSqlGenerator.java
+21-21
Original file line number
Diff line number
Diff line change
@@ -71,11 +71,11 @@ public StreamId buildStreamId(final String namespace, final String name, final S
71
71
// To keep it consistent when querying raw table in T+D query, convert it to lowercase.
72
72
// TODO: This logic should be unified across Raw and final table operations in a single class
Copy file name to clipboardExpand all lines: airbyte-integrations/connectors/destination-postgres/src/test-integration/java/io/airbyte/integrations/destination/postgres/typing_deduping/PostgresSqlGeneratorIntegrationTest.java
Copy file name to clipboardExpand all lines: airbyte-integrations/connectors/destination-postgres/src/testFixtures/java/io/airbyte/integrations/destination/postgres/PostgresTestDatabase.java
+3-3
Original file line number
Diff line number
Diff line change
@@ -190,9 +190,9 @@ public PostgresConfigBuilder withCdcReplication(String LsnCommitBehaviour) {
0 commit comments