src/main/java/org/embulk/input/marketo/MarketoService.java in embulk-input-marketo-0.5.7.alpha.6 vs src/main/java/org/embulk/input/marketo/MarketoService.java in embulk-input-marketo-0.6.0.alpha.1
- old
+ new
@@ -16,10 +16,10 @@
List<MarketoField> describeLeadByProgram();
List<MarketoField> describeLeadByLists();
- File extractLead(Date startTime, Date endTime, List<String> extractedFields, int pollingTimeIntervalSecond, int bulkJobTimeoutSecond);
+ File extractLead(Date startTime, Date endTime, List<String> extractedFields, String filterField, int pollingTimeIntervalSecond, int bulkJobTimeoutSecond);
File extractAllActivity(Date startTime, Date endTime, int pollingTimeIntervalSecond, int bulkJobTimeoutSecond);
Iterable<ObjectNode> getAllListLead(List<String> extractFields);