Skip to content

Commit

Permalink
dbt core 1.3 (#32)
Browse files Browse the repository at this point in the history
* dbt Core 1.3 release candidate

* Bump version for duckcli
  • Loading branch information
dbeatty10 authored Oct 1, 2022
1 parent d5d3d6d commit 8574cf7
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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
sqlfluff~=1.2.1

0 comments on commit 8574cf7

Please sign in to comment.