Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bugfix/dbt-init-fix #71

Merged
merged 2 commits into from
May 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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'