Skip to content

Commit

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

0 comments on commit 1e5088a

Please sign in to comment.