From 8574cf7b5898f427e84c73bd02a24c2d58c7de95 Mon Sep 17 00:00:00 2001 From: Doug Beatty <44704949+dbeatty10@users.noreply.github.com> Date: Sat, 1 Oct 2022 08:31:20 -0600 Subject: [PATCH] dbt core 1.3 (#32) * dbt Core 1.3 release candidate * Bump version for duckcli --- requirements.txt | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/requirements.txt b/requirements.txt index fd846a694..1d0090e7d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,13 +1,11 @@ -# The only version that works currently -duckcli==0.0.1 +# 3rd party CLI for DuckDB +duckcli>=0.2.1 # Database adapter -dbt-duckdb>=1.1.2,<1.2.0 +dbt-duckdb>=1.2.0 -# Look for `profiles.yml` in the current working directory to avoid needing to `export DBT_PROFILES_DIR=.` -git+https://github.com/dbt-labs/dbt-core.git@experiment/local-profiles-1.1.1#subdirectory=core -git+https://github.com/dbt-labs/dbt-core.git@experiment/local-profiles-1.1.1#subdirectory=plugins/postgres +# dbt Core 1.3 release candidate +dbt-core>=1.3.0rc1 # extra features - -sqlfluff~=1.2.1 \ No newline at end of file +sqlfluff~=1.2.1