Data Resource - Script

Undraw Environment

About

A script data resource is a special type of data resource where its content is seen as a script

A script is one ore more instruction that is executed against a connection

Type

There is two kind of script:

  • a pure script that returns only an execution status (ie failed or succeeded).
  • a query that returns a data resource

Data Selectors

A script is selected via a composed data selector

(globPattern@ScriptConnection)@targetConnection

where:

  • the first data selector defines the file data resources (known also as script) where the scripts are written
  • and the second part defines the connection where the script is executed



Related HowTo
Undraw Environment
Learning Tabulify - Step 7 - How to execute a Query

For Tabulify, a query is a script that when executed returns a content resource. In the case of a Sql Query (ie a SELECT statement), the result is a data set in tabular format. The selector of a query...

Task Runner