src/main/java/org/embulk/input/marketo/MarketoService.java in embulk-input-marketo-0.5.7.alpha.2 vs src/main/java/org/embulk/input/marketo/MarketoService.java in embulk-input-marketo-0.5.7.alpha.3

- old
+ new

@@ -16,10 +16,10 @@ List<MarketoField> describeLeadByProgram(); List<MarketoField> describeLeadByLists(); - File extractLead(Date startTime, Date endTime, List<String> extractFields, int pollingTimeIntervalSecond, int bulkJobTimeoutSecond); + File extractLead(Date startTime, Date endTime, List<String> extractedFields, int pollingTimeIntervalSecond, int bulkJobTimeoutSecond); File extractAllActivity(Date startTime, Date endTime, int pollingTimeIntervalSecond, int bulkJobTimeoutSecond); Iterable<ObjectNode> getAllListLead(List<String> extractFields);