Skip to content

Commit

Permalink
fix: update dbt
Browse files Browse the repository at this point in the history
so that dnt snapshot use target path env variable
  • Loading branch information
vmttn committed Sep 29, 2023
1 parent 0749f10 commit c1a344d
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 23 deletions.
4 changes: 2 additions & 2 deletions pipeline/requirements/tasks/dbt/requirements.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
dbt-core
dbt-postgres
dbt-core~=1.5.7
dbt-postgres~=1.5.7
52 changes: 31 additions & 21 deletions pipeline/requirements/tasks/dbt/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,31 +2,33 @@
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --output-file=requirements/tasks/dbt/requirements.txt --resolver=backtracking requirements/tasks/dbt/requirements.in
# pip-compile requirements/tasks/dbt/requirements.in
#
agate==1.7.0
# via dbt-core
attrs==23.1.0
# via jsonschema
# via
# jsonschema
# referencing
babel==2.12.1
# via agate
certifi==2023.5.7
certifi==2023.7.22
# via requests
cffi==1.15.1
cffi==1.16.0
# via dbt-core
charset-normalizer==3.1.0
charset-normalizer==3.2.0
# via requests
click==8.1.3
click==8.1.7
# via dbt-core
colorama==0.4.6
# via dbt-core
dbt-core==1.5.1
dbt-core==1.5.7
# via
# -r requirements/tasks/dbt/requirements.in
# dbt-postgres
dbt-extractor==0.4.1
# via dbt-core
dbt-postgres==1.5.1
dbt-postgres==1.5.7
# via -r requirements/tasks/dbt/requirements.in
future==0.18.3
# via parsedatetime
Expand All @@ -42,8 +44,10 @@ isodate==0.6.1
# dbt-core
jinja2==3.1.2
# via dbt-core
jsonschema==4.17.3
jsonschema==4.19.1
# via hologram
jsonschema-specifications==2023.7.1
# via jsonschema
leather==0.3.4
# via agate
logbook==1.5.3
Expand All @@ -56,53 +60,59 @@ mashumaro[msgpack]==3.6
# via dbt-core
minimal-snowplow-tracker==0.0.2
# via dbt-core
msgpack==1.0.5
msgpack==1.0.7
# via mashumaro
networkx==2.8.8
# via dbt-core
packaging==23.1
# via dbt-core
parsedatetime==2.4
# via agate
pathspec==0.11.1
pathspec==0.11.2
# via dbt-core
protobuf==4.23.2
protobuf==4.24.3
# via dbt-core
psycopg2-binary==2.9.6
psycopg2-binary==2.9.8
# via dbt-postgres
pycparser==2.21
# via cffi
pyrsistent==0.19.3
# via jsonschema
python-dateutil==2.8.2
# via hologram
python-slugify==8.0.1
# via agate
pytimeparse==1.1.8
# via agate
pytz==2023.3
pytz==2023.3.post1
# via dbt-core
pyyaml==6.0
pyyaml==6.0.1
# via dbt-core
referencing==0.30.2
# via
# jsonschema
# jsonschema-specifications
requests==2.31.0
# via
# dbt-core
# minimal-snowplow-tracker
rpds-py==0.10.3
# via
# jsonschema
# referencing
six==1.16.0
# via
# isodate
# leather
# minimal-snowplow-tracker
# python-dateutil
sqlparse==0.4.3
sqlparse==0.4.4
# via dbt-core
text-unidecode==1.3
# via python-slugify
typing-extensions==4.6.3
typing-extensions==4.8.0
# via
# dbt-core
# mashumaro
urllib3==2.0.3
urllib3==2.0.5
# via requests
werkzeug==2.3.6
werkzeug==2.3.7
# via dbt-core

0 comments on commit c1a344d

Please sign in to comment.