From 7e931bf36a38ed929d437c213530321b0f549189 Mon Sep 17 00:00:00 2001 From: tlento Date: Mon, 18 Dec 2023 19:05:29 -0800 Subject: [PATCH] Add missing Trino dependencies to Trino env Somehow this got removed in the various PR manipulations, so local tests were passing but CI (and fresh installs) will fail. --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 0dc8c3873c..7a36838646 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -198,6 +198,7 @@ description = "Dev environment for working with the Trino adapter" features = [ "dev-packages", "dbt-trino", + "sql-client-packages", "trino-sql-client-packages", ]