Example Prompt
I want you to create a set of base dbt models. These base models should rename columns that are confusing.
Optional: You can add context by selecting your sources.yml file or existing base models. Context allows DinoAI to understand your naming conventions and maintain consistency with your existing files.

How It Works
After you enter your prompt:- DinoAI analyzes your sources.yml file and any provided context
- It creates appropriate folder structure for base models
- For each source table, it generates a model with readable column names
- If configured, DinoAI will apply your .dinorules preferences
Note: If you’ve already established naming patterns in your project, adding context helps DinoAI maintain those patterns in new models
Example Output
DinoAI will generate base models like this:Key Benefits
- Consistency: Ensures all base models follow the same patterns and conventions
- Readability: Makes column names more user-friendly and easier to understand
- Efficiency: Creates dozens of models in seconds rather than hours
- Standards: Applies your team’s SQL formatting and naming conventions automatically
When to Use This
- When setting up initial base models for a new project
- After adding new source tables to your project
- When standardizing naming conventions across your project
- When needing to improve the readability of your raw data