Exasol Profile
Community plugin
Some core functionality may be limited. If you're interested in contributing, check out the source code for each repository listed below.
Overview of dbt-exasol
Maintained by: Community
Author: Torsten Glunde, Ilija Kutle
Source: https://github.com/tglunde/dbt-exasol
Core version: v0.14.0 and newer
dbt Cloud: Not Supported
Easiest install is to use pip:
pip install dbt-exasol
Connecting to Exasol with dbt-exasol
User / password authentication
Configure your dbt profile for using Exasol:
Exasol connection information
profiles.yml
dbt-exasol:target: devoutputs:dev:type: exasolthreads: 1dsn: HOST:PORTuser: USERNAMEpassword: PASSWORDdbname: dbschema: SCHEMA