We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c96555 commit 9cfbe54Copy full SHA for 9cfbe54
src/main/java/io/elastic/jdbc/triggers/GetRowsPollingTrigger.java
@@ -33,6 +33,7 @@ public final void execute(ExecutionParameters parameters) {
33
LOGGER.info("About to execute select trigger");
34
final JsonObject configuration = parameters.getConfiguration();
35
JsonObject snapshot = parameters.getSnapshot();
36
+ LOGGER.info("Got snapshot: {}", snapshot.toString());
37
checkConfig(configuration);
38
String pollingField = "";
39
Calendar cDate = Calendar.getInstance();
0 commit comments