From 178920494387183bb50ec3942f3d6a099011bd08 Mon Sep 17 00:00:00 2001 From: Damian Owsianny Date: Thu, 26 Jan 2023 19:42:33 +0100 Subject: [PATCH] Bump dbt-trino to version 1.4.0 --- .changes/unreleased/Under the Hood-20230130-092157.yaml | 7 +++++++ dbt/adapters/trino/__version__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 .changes/unreleased/Under the Hood-20230130-092157.yaml diff --git a/.changes/unreleased/Under the Hood-20230130-092157.yaml b/.changes/unreleased/Under the Hood-20230130-092157.yaml new file mode 100644 index 00000000..0c3289d5 --- /dev/null +++ b/.changes/unreleased/Under the Hood-20230130-092157.yaml @@ -0,0 +1,7 @@ +kind: Under the Hood +body: Adjustment to dbt-core 1.4.0 +time: 2023-01-30T09:21:57.706754+01:00 +custom: + Author: damian3031 + Issue: "213" + PR: "214" diff --git a/dbt/adapters/trino/__version__.py b/dbt/adapters/trino/__version__.py index 2238c8f6..d619c757 100644 --- a/dbt/adapters/trino/__version__.py +++ b/dbt/adapters/trino/__version__.py @@ -1 +1 @@ -version = "1.3.2" +version = "1.4.0"