dbt (data build tool) is a transformation workflow that helps you transform data in your warehouse more effectively.
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.
universql snowflake --account your_account
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
With Universql and dbt integration, you can: