System Tables
Summary
This document describes Truxt's data models of its own entities. These tables are used and managed by the Truxt framework.
Use Cases
- As a user, you can check
_Truxt_blueprintsand_Truxt_pipelineswhen failing to collect data via Truxt's blueprint. - As a contributor, you can check these tables to debug task concurrency or data migration features.
Data Models
These tables start with a prefix _Truxt. Unlike raw or tool data tables, Truxt only contains one set of system tables. The naming convension of these tables is _raw_{plugin}_{entity}, such as
- _Truxt_blueprints
- _Truxt_pipelines
- _Truxt_tasks
- _Truxt_subtasks
- ...
Normally, you do not need to use these tables, unless you have one of the above use cases.