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-integrations/connectors/source-jdbc/src/testFixtures/java/io/airbyte/integrations/source/jdbc/test/JdbcSourceAcceptanceTest.java
+5-2
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@
19
19
importcom.google.common.collect.Lists;
20
20
importio.airbyte.commons.json.Jsons;
21
21
importio.airbyte.commons.resources.MoreResources;
22
+
importio.airbyte.commons.string.Strings;
22
23
importio.airbyte.commons.util.MoreIterators;
23
24
importio.airbyte.db.Databases;
24
25
importio.airbyte.db.jdbc.JdbcDatabase;
@@ -69,8 +70,10 @@
69
70
// 4. Then implement the abstract methods documented below.
Copy file name to clipboardExpand all lines: airbyte-integrations/connectors/source-redshift/src/test-integration/java/io/airbyte/integrations/io/airbyte/integration_tests/sources/RedshiftSourceAcceptanceTest.java
+20-12
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,7 @@ public class RedshiftSourceAcceptanceTest extends SourceAcceptanceTest {
Copy file name to clipboardExpand all lines: airbyte-integrations/connectors/source-redshift/src/test-integration/java/io/airbyte/integrations/io/airbyte/integration_tests/sources/RedshiftSslSourceAcceptanceTest.java
0 commit comments