Universql
dbt logo

dbt

dbt (data build tool) is a transformation workflow that helps you transform data in your warehouse more effectively.

dbt Integration

dbt (data build tool) is a command-line tool that enables data analysts and engineers to transform data in their warehouses by writing modular SQL. Universql provides a seamless integration with dbt, allowing you to use your existing dbt models and transformations through Universql's interface.

Configuration

  1. First, start Universql:
universql snowflake --account your_account
  1. Add Universql configuration to your dbt profiles.yml:
your_profile_name:
  target: dev
  outputs:
    dev:
      type: snowflake
      host: localhostcomputing.com  # Your UniversQL host
      port: 8084      # Your Universql port
      account: # your_account
      # ... other existing configuration

Features

With Universql and dbt integration, you can:

  • Query and explore your dbt models through Universql's interface
  • Execute and validate dbt transformations
  • Debug data pipelines with real-time feedback
  • Monitor model performance and execution
  • Maintain version control of your transformations

Additional Resources