From e6cab207f56495c71b7328ab3f4d772cf5c3d5ef Mon Sep 17 00:00:00 2001 From: ilikutle Date: Tue, 2 May 2023 09:28:33 +0200 Subject: [PATCH 1/2] added files that should fix behavior of dbt init --- dbt/adapters/exasol/__version__.py | 1 + dbt/include/exasol/profile_template.yml | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 dbt/adapters/exasol/__version__.py create mode 100644 dbt/include/exasol/profile_template.yml diff --git a/dbt/adapters/exasol/__version__.py b/dbt/adapters/exasol/__version__.py new file mode 100644 index 0000000..7455768 --- /dev/null +++ b/dbt/adapters/exasol/__version__.py @@ -0,0 +1 @@ +version = "1.4.0" \ No newline at end of file diff --git a/dbt/include/exasol/profile_template.yml b/dbt/include/exasol/profile_template.yml new file mode 100644 index 0000000..872c308 --- /dev/null +++ b/dbt/include/exasol/profile_template.yml @@ -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' From b236c7d1c145fb1ec651e7ab47ab1bcf53e092f1 Mon Sep 17 00:00:00 2001 From: Torsten Glunde Date: Tue, 16 May 2023 14:25:04 +0200 Subject: [PATCH 2/2] new line end of file --- dbt/adapters/exasol/__version__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dbt/adapters/exasol/__version__.py b/dbt/adapters/exasol/__version__.py index 7455768..b2da95f 100644 --- a/dbt/adapters/exasol/__version__.py +++ b/dbt/adapters/exasol/__version__.py @@ -1 +1,2 @@ -version = "1.4.0" \ No newline at end of file +version = "1.4.0" +