Github user toyboxman commented on a diff in the pull request:
https://github.com/apache/incubator-griffin/pull/456#discussion_r235621954
--- Diff: griffin-doc/measure/measure-configuration-guide.md ---
@@ -188,7 +188,7 @@ Above lists DQ job configure parameters.
- **sinks**: Whitelisted sink types for this job. Note: no sinks will be
used, if empty or omitted.
### <a name="data-connector"></a>Data Connector
-- **type**: Data connector type, "AVRO", "HIVE", "TEXT-DIR" for batch
mode, "KAFKA" for streaming mode.
+- **type**: Data connector type: "AVRO", "HIVE", "TEXT-DIR", "CUSTOM" for
batch mode; "KAFKA", "CUSTOM" for streaming mode.
--- End diff --
sure, please go ahead
---