Skip to main content

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

  1. As a user, you can check _Truxt_blueprints and _Truxt_pipelines when failing to collect data via Truxt's blueprint.
  2. 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.