Catalog

In the Command Panel panel within the Code IDE, view and edit your dbt™️ docs without context switching. Paradime will sync changes from the UI back to your dbt™️ project's .yml files with each edit, ensuring consistency across your project. Additionally, you can leverage DinoAI to to autogenerate high-quality, context-specific dbt model descriptions and column descriptions.

Tutorial

spinner

Docs preview features include:

Feature
Description
Example

Model Classification

View and/or edit your model classifications (AKA tags).

You can select an existing classification or create a new one.

meta:
    is sensitive: true

Model Description

View and/or edit your model description. Leverage DinoAI's Autogenerate feature to create a high-quality, context specific Business summary and Technical summary

description: >
  This is the base 
  model for our 
  customer data... 

Column Details

View and/or edit metadata for each column, including type, description, tests, and classification. You can select an existing classification or create a new one.

- name: customer_id
  tests:
    - unique:
       severity: warn
    - not_null:
       severity: error
  meta:
    primary_key: true
  description: >
    The unique 
    identifier of our 
    customers
circle-info

Docs Preview is build using the current version of your dbt™️ repository from the git branch currently selected in the Paradime IDE and Information schema from your Development Environment default connection.

chevron-rightUse Dino AI to autogenerate Docshashtag

Last updated

Was this helpful?