Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(dbt): support dbt-core==1.8.* #21908

Merged
merged 1 commit into from
May 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ def tox_factors_for_folder(tests_folder_name: str) -> List[str]:
"python_modules/libraries/dagster-dbt",
pytest_tox_factors=[
f"{deps_factor}-{command_factor}"
for deps_factor in ["dbt16", "dbt17", "pydantic1"]
for deps_factor in ["dbt16", "dbt17", "dbt18", "pydantic1"]
for command_factor in ["cloud", "core", "legacy"]
],
unsupported_python_versions=[
Expand Down
68 changes: 35 additions & 33 deletions pyright/alt-1/requirements-pinned.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
agate==1.7.1
aiobotocore==2.12.3
agate==1.9.1
aiobotocore==2.12.4
aiofile==3.8.8
aiohttp==3.9.5
aioitertools==0.11.0
Expand All @@ -14,7 +14,7 @@ argon2-cffi-bindings==21.2.0
arrow==1.3.0
asn1crypto==1.5.1
-e examples/assets_pandas_type_metadata
astroid==3.1.0
astroid==3.2.1
asttokens==2.4.1
async-lru==2.0.4
async-timeout==4.0.3
Expand All @@ -23,8 +23,8 @@ babel==2.15.0
backoff==2.2.1
beautifulsoup4==4.12.3
bleach==6.1.0
boto3==1.34.69
botocore==1.34.69
boto3==1.34.106
botocore==1.34.106
buildkite-test-collector==0.1.7
cachetools==5.3.3
caio==0.9.13
Expand All @@ -40,6 +40,7 @@ coverage==7.5.1
croniter==2.0.5
cryptography==42.0.7
cycler==0.12.1
daff==1.3.46
-e python_modules/dagster
-e python_modules/libraries/dagster-aws
-e python_modules/libraries/dagster-dbt
Expand All @@ -61,17 +62,19 @@ cycler==0.12.1
-e python_modules/libraries/dagster-spark
-e python_modules/dagster-webserver
db-dtypes==1.2.0
dbt-core==1.7.14
dbt-duckdb==1.7.4
dbt-adapters==1.1.1
dbt-common==1.0.4
dbt-core==1.8.0
dbt-duckdb==1.8.0
dbt-extractor==0.5.1
dbt-semantic-interfaces==0.4.4
dbt-snowflake==1.7.3
dbt-semantic-interfaces==0.5.1
dbt-snowflake==1.8.1
debugpy==1.8.1
decopatch==1.4.10
decorator==5.1.1
deepdiff==7.0.1
defusedxml==0.7.1
deltalake==0.17.2
deltalake==0.17.4
dill==0.3.8
distlib==0.3.8
docker==7.0.0
Expand All @@ -88,11 +91,11 @@ frozenlist==1.4.1
fsspec==2024.3.1
gcsfs==2024.3.1
google-api-core==2.19.0
google-api-python-client==2.127.0
google-api-python-client==2.129.0
google-auth==2.29.0
google-auth-httplib2==0.2.0
google-auth-oauthlib==1.2.0
google-cloud-bigquery==3.22.0
google-cloud-bigquery==3.23.0
google-cloud-core==2.4.1
google-cloud-storage==2.16.0
google-crc32c==1.5.0
Expand All @@ -112,7 +115,7 @@ httplib2==0.22.0
httptools==0.6.1
httpx==0.27.0
humanfriendly==10.0
hypothesis==6.100.4
hypothesis==6.102.4
idna==3.7
importlib-metadata==6.11.0
iniconfig==2.0.0
Expand Down Expand Up @@ -144,11 +147,11 @@ kiwisolver==1.4.5
leather==0.4.0
logbook==1.5.3
makefun==1.15.2
mako==1.3.3
mako==1.3.5
markdown-it-py==3.0.0
markupsafe==2.1.5
mashumaro==3.13
matplotlib==3.8.4
matplotlib==3.9.0
matplotlib-inline==0.1.7
mccabe==0.7.0
mdurl==0.1.2
Expand Down Expand Up @@ -179,19 +182,19 @@ orjson==3.10.3
overrides==7.7.0
packaging==24.0
pandas==2.2.2
pandas-stubs==2.2.1.240316
pandera==0.19.0
pandas-stubs==2.2.2.240514
pandera==0.19.3
pandocfilters==1.5.1
parsedatetime==2.6
parso==0.8.4
pathspec==0.11.2
pathspec==0.12.1
pendulum==3.0.0
pexpect==4.9.0
pillow==10.3.0
pip==24.0
platformdirs==4.2.1
platformdirs==4.2.2
pluggy==1.5.0
polars==0.20.23
polars==0.20.26
-e examples/project_fully_featured
prometheus-client==0.20.0
prompt-toolkit==3.0.43
Expand All @@ -203,7 +206,7 @@ ptyprocess==0.7.0
pure-eval==0.2.2
py==1.11.0
py4j==0.10.9.7
pyarrow==16.0.0
pyarrow==16.1.0
pyarrow-hotfix==0.6
pyasn1==0.6.0
pyasn1-modules==0.4.0
Expand All @@ -212,7 +215,7 @@ pydantic==2.7.1
pydantic-core==2.18.2
pygments==2.18.0
pyjwt==2.8.0
pylint==3.1.0
pylint==3.2.0
pyopenssl==24.1.0
pyparsing==3.1.2
pyright==1.1.356
Expand Down Expand Up @@ -251,15 +254,15 @@ send2trash==1.8.3
setuptools==69.5.1
shellingham==1.5.4
six==1.16.0
slack-sdk==3.27.1
slack-sdk==3.27.2
sniffio==1.3.1
snowflake-connector-python==3.10.0
snowflake-sqlalchemy==1.5.1
sortedcontainers==2.4.0
soupsieve==2.5
sqlalchemy==1.4.52
sqlglot==23.13.7
sqlglotrs==0.2.0
sqlglot==23.15.8
sqlglotrs==0.2.5
sqlparse==0.5.0
stack-data==0.6.3
starlette==0.37.2
Expand All @@ -273,7 +276,7 @@ time-machine==2.14.1
tinycss2==1.3.0
toml==0.10.2
tomli==2.0.1
tomlkit==0.12.4
tomlkit==0.12.5
toposort==1.10
tornado==6.4
tox==3.25.0
Expand All @@ -295,25 +298,24 @@ types-pyopenssl==24.1.0.20240425
types-python-dateutil==2.9.0.20240316
types-pytz==2024.1.0.20240417
types-pyyaml==6.0.12.20240311
types-requests==2.31.0.6
types-setuptools==69.5.0.20240423
types-requests==2.31.0.20240406
types-setuptools==69.5.0.20240513
types-simplejson==3.19.0.20240310
types-six==1.16.21.20240425
types-six==1.16.21.20240513
types-sqlalchemy==1.4.53.34
types-tabulate==0.9.0.20240106
types-toml==0.10.8.20240310
types-tzlocal==5.1.0.1
types-urllib3==1.26.25.14
typing-extensions==4.11.0
typing-inspect==0.9.0
tzdata==2024.1
universal-pathlib==0.2.2
uri-template==1.3.0
uritemplate==4.1.1
urllib3==1.26.18
urllib3==2.2.1
uvicorn==0.29.0
uvloop==0.19.0
virtualenv==20.26.1
virtualenv==20.26.2
watchdog==4.0.0
watchfiles==0.21.0
wcwidth==0.2.13
Expand All @@ -324,4 +326,4 @@ websockets==12.0
wheel==0.43.0
wrapt==1.16.0
yarl==1.9.4
zipp==3.18.1
zipp==3.18.2
Loading