Resource - Query (Runtime Data Resource)

Undraw Environment

Query

A query is a script that returns a content resource.

That's why we called them also runtime data resource because the content is created when the query is running.

Tabulify supports actually two queries:

Selectors

A query selector is a script selector where the first part is itself a data selector

(globPattern@QueryConnection)@targetConnection

where:

  • (globPattern@QueryConnection) is the data selector that locates the query
  • and @targetConnection defines the connection where the query will be executed.



Related HowTo
Undraw Environment
How to load your database with the TPCDS benchmark

This howto will show you how to load a relational database schema in order to create a benchmark with the data query command
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