Example Prompt
I have a bunch of new files in my Marts folder. Can you document this for me?
Optional: Add context by selecting a directory containing the models you want to document. Using directory context is especially powerful for documentation tasks as it allows DinoAI to document multiple models at once.

How It Works
After you enter your prompt:- DinoAI scans all models in the specified directory
- It analyzes each model’s structure, column names, and relationships
- It generates schema.yml files with model descriptions, column descriptions, and tests
- If configured, DinoAI follows your .dinorules documentation standards
Example Output
DinoAI will generate professional quality documentation (.yml files). See example below:.yml file example
.yml file example
Key Benefits
- Comprehensive Coverage: Generates documentation for all models at once
- Consistency: Maintains a uniform documentation style across projects
- Test Integration: Automatically adds appropriate tests based on data types and relationships
- Time Savings: Turns days of documentation work into minutes
- Adoption: Makes it easy to keep documentation up-to-date as models evolve
When to Use This
- Before sharing models with stakeholders
- When preparing for project handovers
- During documentation clean-up efforts
- After creating new models or making significant changes
- When implementing testing strategies