Data Resource - Content Resource

Undraw Environment

Data Resource - Content Resource

About

A content resource is a data resource that:

Type

Static

A static data resource is a data resource where the content is stored on disk in a connection that can be selected with a data selector.

The following data operations have impact on the content of stored data resources:

  • drop - drop the resource (delete the resource content included)
  • truncate - delete the content via metadata update, not the resource
  • upsert - upsert data into the content
  • insert - insert data into the content
  • update - update the content
  • delete - delete parts or all of the content

Runtime

A runtime data resource returns its content at runtime (ie the data is not stored but computed). In tabulify, a runtime data resource is known as a runtime.

Diff

Difference in content can been seen via:




Related HowTo
Undraw Environment
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 Environment
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...
Undraw Environment
Learning Tabulify - Step 9 - How to fill a data resource with generated data ?

Tabulify integrates natively a data generator. You can generate realistic production data and start working on your project right away. anonymize production data in your development environment because...
Undraw Environment
Tabulify - How to fill a database relational schema with generated data and Tabul

This how-to will show you how to use the tabul fill command to fill all the tables of a schema with generated data.

Task Runner