RE: How do we compile dataflow/jobflow through cli command?
How do we compile dataflow/jobflow through cli command?
Command: compile
dicmd compile [-u userName -w userPassword] -p ProjectName [-l LayerName] [-d [DataFlowName | DataStreamName]|-s JobFlowName]
Dataflow/Datastream:
dicmd compile -u userName -w userPassword -p ProjectName -l LayerName -d DataFlowName | DataStreamName
if we want to compile dataflow/datastream with -d argument we can compile.
If we miss layer name or project name diyotta will throw error message
Error:
Invalid command Syntax :
Missing Arguments : -p(projectname), -l(LayerName)
Jobflow:
dicmd compile -u userName -w userPassword -p ProjectName -l LayerName -s jobflowname
if we want to compile jobflow with -s argument we can compile.
If we miss layer name or project name diyotta will throw error message
Error:
Invalid command Syntax :
Missing Arguments : -p(projectname), -l(LayerName)