Skip to content

Commit

Permalink
bugfix/dbt-init-fix (#71)
Browse files Browse the repository at this point in the history
* added files that should fix behavior of dbt init

* new line end of file

---------

Co-authored-by: ilikutle <ilija.kutle@alligator-company.com>
Co-authored-by: Torsten Glunde <torsten.glunde@alligator-company.com>
  • Loading branch information
3 people committed May 16, 2023
1 parent 34f3d82 commit 014c076
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dbt/adapters/exasol/__version__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
version = "1.4.0"

18 changes: 18 additions & 0 deletions dbt/include/exasol/profile_template.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
fixed:
type: exasol
prompts:
dsn:
hint: 'hostname:port for the instance'
threads:
hint: '1 or more'
type: 'int'
default: 1
user:
hint: 'dev username'
password:
hint: 'dev password'
hide_input: true
dbname:
hint: 'default database that dbt will build objects in'
schema:
hint: 'default schema that dbt will build objects in'

0 comments on commit 014c076

Please sign in to comment.