Flow - Target

Undraw My Documents

Flow - Target

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.




Related HowTo
Undraw My Documents
How to create a SQL View with a SELECT query

This howto shows you how to create sql views with select query stored in SQL file We are going to use the tpcds query_11.sql to create this view. With the tabul create command, to create view...
Undraw My Documents
How to diff a SQL table ?

This howto show you how to perform diff operation between 2 SQL Tables with the data diff command. In this step, we load the csv resources that we want to compare into sqlite Load the original...
Undraw My Documents
Learning Tabulify - Step 10 - Data Diff, a step by step

Data Diff is the cornerstone of every development because it validates the processing of data. Tabulify ships with a Data diff operation that allows you to compare: the data content and the data...
Undraw My Documents
Learning Tabulify - Step 8 - How to modify the content of a table

Tabulify learning guidetransfer step The transfer page should have made you familiar with the transfer concept where we have introduced the copy operation. The copy and move operation does not modify...

Task Runner