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-mssql/src/testFixtures/java/io/airbyte/integrations/source/mssql/MsSQLTestDatabase.java
+11-1
Original file line number
Diff line number
Diff line change
@@ -118,7 +118,17 @@ public void initializedPostHook() {
118
118
}
119
119
120
120
publicMsSQLTestDatabasewithCdc() {
121
-
returnwith("EXEC sys.sp_cdc_enable_db;");
121
+
LOGGER.info("enabling CDC on database {} with id {}", getDatabaseName(), databaseId);
0 commit comments