Skip to content

Commit

Permalink
Merge pull request #45 from bcodell/0.2.0
Browse files Browse the repository at this point in the history
0.2.0
  • Loading branch information
bcodell authored Dec 19, 2023
2 parents 2c3cc0a + 89c65df commit 425bfd9
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 27 deletions.
2 changes: 1 addition & 1 deletion dbt_project.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: "dbt_aql"
version: "0.1.5"
version: "0.2.0"

config-version: 2

Expand Down
50 changes: 25 additions & 25 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dbt-aql"
version = "0.1.8"
version = "0.2.0"
description = "A dbt package to query Activity Streams using a SQL-esque interface."
authors = ["Bryce Codell <[email protected]"]
license = "GNU"
Expand All @@ -13,6 +13,7 @@ dbt-postgres = "~1.7"
dbt-bigquery = "~1.7"
localstack = "~3.0"
dbt-snowflake = "~1.7"
cryptography = ">=41.0.7"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 425bfd9

Please sign in to comment.