Release 0.5.6¶
General changes¶
If a local parameter is not used at a task, digdag suggests “Did you mean [<SIMILAR PARAMETER>]?” in the error message.
Local-mode changes¶
digdag run +taskdoesn’t run following tasks of+task. It runs only subtree of the task.digdag run --allis renamed todigdag run --rerun
Operator changes¶
td>operator drops table through Presto usingDROP TABLE IF EXISTSstatement instead of issuing an REST API call so that followingCREATE TABLEdoesn’t cause “table already exists” error because of internal cache that is not invalidated by REST API call.
Release Date¶
2016-04-06
Contributors¶
Daniel Norberg
Sadayuki Furuhashi