Object summaries¶
All the information trac holds for an object can be viewed on the it’s summary page, found via the Search results.
Layout¶
Object summary pages differ slightly per object type but follow a similar pattern.
At the top of the page are 3-4 action icons. Below, the object’s metadata is displayed. The ‘Version control’ information is the same for all objects. The ‘Attributes’ vary by object type and contains the user-defined attributes.

Further down you will see information relating to any Files that have been appended. If none have, you just see the option to upload a File or link to an existing one.

Files can be appended for a variety of reasons - e.g. you could attach the model development documentation to a model, or a data quality report to a data object.
The final section describes the object and varies by object type.
For Data and Models, this will describe their schemas
For Flows this will include a visual representation of the graph
Job’s will have all the components found on the Flow, Job and Model summaries

Export¶
The JSON and PDF action icons allow you to download the object summary information. The PDF downloads are formatted to be used in formal governance processes.

For a data object, the CSV action icon allows you to download a copy of the data.

Note
Downloading of datasets is supported — in enterprise deployments data can also be exported using an ExportData job.
Append¶
Files can be added to objects. To upload a new File, simply find and select it, then click ‘Import’ and ‘Upload’.

As usual you must define the general attributes, except Name which is fixed.

You can also link to an existing File object, using the standard filter and select process.

Once a link to a File has been added you will see it on the object summary.

Clicking ‘Remove link’ does not remove the File object from trac, it just breaks the association with this object.
Clicking ‘More info’ allows you to explore the lineage of the linked File.

Generate schema¶
On a model summary page, data inputs and outputs have a ‘Generate schema’ button next to them, which is used to generate a Schema object from the model definition.
Model Code¶
For Models, the PY icon links through to the underlying code in the repository.

Because the model object corresponds to a specific commit, the code associated with this object will never change. For more information see Upload a model.
Note
Access to the code is constrained by users permissions in the repository - the link will not expose the code someone who doesn’t already have permission.