EVL – ETL Tool


Products, services and company names referenced in this document may be either trademarks or registered trademarks of their respective owners.

Copyright © 2017–2022 EVL Tool, s.r.o.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts.

Table of Contents

Set

(since EVL 2.0)

Manually set status to EVL task (i.e. job, workflow or script, or waiting for a file). Keep in mind, that this command is not intended for standard usage. It is only for special cases when something went wrong and you need to set status manually.

Possible states are:

reru

set state to ‘RERU’, i.e. ‘To rerun’.

wait

set state to ‘WAIT’, i.e. ‘Waiting’.

runn

set state to ‘RUNN’, i.e. ‘Running’.

fail

set state to ‘FAIL’, i.e. ‘Failed’.

canc

set state to ‘CANC’, i.e. ‘Cancelled’.

skip

set state to ‘SKIP’, i.e. ‘Skipped’.

succ

set state to ‘SUCC’, i.e. ‘Successful’.

arch

set state to ‘ARCH’, i.e. ‘Archived’.

dele

set state to ‘DELE’, i.e. ‘Deleted’.

Synopsis

evl set
  <state> ( <run_id>... | <task_name>... [-o|--odate=<odate>] )
  [-p|--project=<project_dir>] [-v|--verbose]

evl set
  ( --help | --usage | --version )

Options

-o, --odate=<odate>

to specify particular Order Date, environment variable ‘EVL_ODATE’ is then ignored

-p, --project=<project_dir>

specify project folder if not the current working one

Standard options:

--help

print this help and exit

--usage

print short usage information and exit

-v, --verbose

print to stderr info/debug messages of the component

--version

print version and exit

Examples

  1. Mark ‘some_job.evl’ as successfully finished with current date as ‘$EVL_ODATE’:
    evl set succ some_job.evl