embulk-input-marketo_extended 0.6.20 → 0.6.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 65ac317e753fe543a218cd246f0c04776fd3cca0
|
4
|
+
data.tar.gz: e7a9575453c42578f440aea93c6bbbef7e380044
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 50d39c48affe395a34ff746f7549452837dff798fad4540991e6d405d77eea25f327b07b8e3fddfecc2f296b2bc6ffc435021a6fe744334f38dda9eda2b6a6e1
|
7
|
+
data.tar.gz: a71fa72fdbcce055c5f65510a8e30973f7f61934b77ae3b1dc7d264de333f9c6655b14ff6c5be20e03c45649ddf83d4d7f62027692f571533fbaf198c4140e62
|
data/build.gradle
CHANGED
@@ -409,9 +409,7 @@ public abstract class MarketoBaseBulkExtractInputPlugin<T extends MarketoBaseBul
|
|
409
409
|
public boolean hasNext()
|
410
410
|
{
|
411
411
|
if (currentCsvRecord == null) {
|
412
|
-
LOGGER.info("Current csv record: {}", currentCsvRecord);
|
413
412
|
currentCsvRecord = getNextCSVRecord();
|
414
|
-
LOGGER.info("Next csv record: {}", currentCsvRecord);
|
415
413
|
|
416
414
|
}
|
417
415
|
return currentCsvRecord != null;
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: embulk-input-marketo_extended
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.6.
|
4
|
+
version: 0.6.21
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- uu59
|
@@ -140,7 +140,7 @@ files:
|
|
140
140
|
- classpath/jetty-io-9.2.14.v20151106.jar
|
141
141
|
- classpath/commons-io-2.8.0.jar
|
142
142
|
- classpath/jetty-util-9.2.14.v20151106.jar
|
143
|
-
- classpath/embulk-input-marketo_extended-0.6.
|
143
|
+
- classpath/embulk-input-marketo_extended-0.6.21.jar
|
144
144
|
- classpath/jetty-http-9.2.14.v20151106.jar
|
145
145
|
- classpath/jetty-client-9.2.14.v20151106.jar
|
146
146
|
- classpath/embulk-base-restclient-0.5.3.jar
|