embulk-input-marketo 0.6.16 → 0.6.17

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cde8656ca8356a00c7e23c93784ad972b11aafc7
4
- data.tar.gz: f2d80312b4daed3022855c36a3101a41c107f52d
3
+ metadata.gz: 5cf75f4160cfa6269e4a31e3216f6ef87418baf0
4
+ data.tar.gz: 78c58528b0cf8768bc4754e7c0103ba0afad565c
5
5
  SHA512:
6
- metadata.gz: 626137ff8225c043183e3739a4b29d2f085b722ec5569c64b172c7b9ce57798a759abef70e0f207bb4bb727a252587ca2bc199e3c21dc3f640bd0d1248607dff
7
- data.tar.gz: a03624d1a98621cb4f32e0fcda6b2fe6a29f45879af7324f91e4dd09a3670e5fe0ab89cf5e83a0c9ee500ae58c828ff0bf9779fce9515cc813836c97cfc53303
6
+ metadata.gz: e84c0d0953e680123910cf59c7813adfb38b233cdfd683c707a253ca5aae4fe8e209e52e92420e53981112b9de07739634a5444f395151d7bb3a1ff61bf92719
7
+ data.tar.gz: 6a35c6d5947731b715543c3d556648d2be00d0c531c449529125ace531681a0bc223ef8a57416431168a48d1a7bee1b91334519f531a1916210ae90fcb612f30
@@ -1,3 +1,6 @@
1
+ ## 0.6.17 - 2019-12-03
2
+ * [hotfix] Fixed issue issue actTypeIds is required [#97](https://github.com/treasure-data/embulk-input-marketo/pull/97)
3
+
1
4
  ## 0.6.16 - 2019-12-03
2
5
  * [enhancement] Added support for ActivityTypeIds filter PR [#96](https://github.com/treasure-data/embulk-input-marketo/pull/96)
3
6
 
@@ -16,7 +16,7 @@ repositories {
16
16
  configurations {
17
17
  provided
18
18
  }
19
- version = "0.6.16"
19
+ version = "0.6.17"
20
20
  sourceCompatibility = 1.7
21
21
  targetCompatibility = 1.7
22
22
 
@@ -39,6 +39,7 @@ public class ActivityBulkExtractInputPlugin extends MarketoBaseBulkExtractInputP
39
39
  @ConfigDefault("[]")
40
40
  List<String> getActivityTypeIds();
41
41
 
42
+ @Config("act_type_ids")
42
43
  @ConfigDefault("[]")
43
44
  List<Integer> getActTypeIds();
44
45
 
@@ -63,11 +64,9 @@ public class ActivityBulkExtractInputPlugin extends MarketoBaseBulkExtractInputP
63
64
  // ignorable if unable to get activity type ids. If thing gone wrong, the bulk extract will throw errors
64
65
  }
65
66
 
67
+ // task will use getActTypeIds instead of getActivityTypeIds method
66
68
  task.setActTypeIds(activityIds);
67
69
  }
68
- else {
69
- task.setActTypeIds(new ArrayList<Integer>());
70
- }
71
70
  super.validateInputTask(task);
72
71
  }
73
72
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: embulk-input-marketo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.16
4
+ version: 0.6.17
5
5
  platform: ruby
6
6
  authors:
7
7
  - uu59
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2019-12-03 00:00:00.000000000 Z
13
+ date: 2019-12-06 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  requirement: !ruby/object:Gem::Requirement
@@ -138,8 +138,8 @@ files:
138
138
  - classpath/jetty-io-9.2.14.v20151106.jar
139
139
  - classpath/jetty-util-9.2.14.v20151106.jar
140
140
  - classpath/jetty-http-9.2.14.v20151106.jar
141
+ - classpath/embulk-input-marketo-0.6.17.jar
141
142
  - classpath/jetty-client-9.2.14.v20151106.jar
142
- - classpath/embulk-input-marketo-0.6.16.jar
143
143
  - classpath/embulk-base-restclient-0.5.3.jar
144
144
  - classpath/embulk-util-retryhelper-jetty92-0.5.3.jar
145
145
  homepage: https://github.com/treasure-data/embulk-input-marketo