Documentation Generation
This guide shows how DinoAI Agent automates the creation of documentation for multiple models simultaneously, saving hours of manual documentation work.
Last updated
Was this helpful?
Was this helpful?
version: 2
models:
- name: int_f1_race_results_by_constructor
description: "This model combines race results with constructor information to analyze performance by constructor across different races and seasons."
columns:
- name: race_id
description: "Unique identifier for each race event"
tests:
- not_null
- name: year
description: "The year in which the race took place"
tests:
- not_null
- name: race_name
description: "The official name of the race event"
# Additional columns with descriptions and tests...