Table of Contents

About

The target is a data resource that is the counterpart of an input in an operation.

The target can be used as output of an operation.

Example

Transfer

In every transfer operation, the target-data-uri defines where the data should be stored

Note:

  • if the defined target does not exist, it will be created
  • one of the following target operation can be executed before transfer:
    • drop
    • truncate
  • The target operation in tabul is set with the target-operation option

Diff

In a diff operation, the target is the data resource used to make a diff with the inputs

Create

In a create operation, the targets represents the created data resources from the input.

Execute

In the execute operation, the targets represents the created resources.