Commit 39b88358 authored by mcb's avatar mcb

commit

parent 4859e430
......@@ -90,7 +90,6 @@ public class SyncParameters extends AbstractParameters {
env = "";
sink = "";
transform = "";
this.script = script;
JSONObject scriptObj = JSONObject.parseObject(script);
......
Jdbc {
<#if source_table_name??>
source_table_name="${source_table_name!}"
</#if>
<#if save_mode??>
save_mode = "${save_mode!}"
</#if>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment