Skip to content

Commit

Permalink
bumps pyarrow to 12, temporary removes snowflake extra
Browse files Browse the repository at this point in the history
  • Loading branch information
rudolfix committed Nov 12, 2023
1 parent e9344ee commit e980396
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 35 deletions.
72 changes: 40 additions & 32 deletions poetry.lock

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

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ psycopg2-binary = {version = ">=2.9.1", optional = true}
psycopg2cffi = {version = ">=2.9.0", optional = true, markers="platform_python_implementation == 'PyPy'"}
grpcio = {version = ">=1.50.0", optional = true}
google-cloud-bigquery = {version = ">=2.26.0", optional = true}
pyarrow = {version = ">=8.0.0", optional = true}
pyarrow = {version = ">=12.0.0", optional = true}
duckdb = {version = ">=0.6.1,<0.10.0", optional = true}
dbt-core = {version = ">=1.2.0", optional = true}
dbt-redshift = {version = ">=1.2.0", optional = true}
Expand All @@ -68,7 +68,7 @@ dbt-athena-community = {version = ">=1.2.0", optional = true}
s3fs = {version = ">=2022.4.0", optional = true}
gcsfs = {version = ">=2022.4.0", optional = true}
botocore = {version = ">=1.28", optional = true}
snowflake-connector-python = {version = ">=3.1.1", optional = true, extras = ["pandas"]}
# snowflake-connector-python = {version = ">=3.1.1", optional = true, extras = ["pandas"]}
cron-descriptor = {version = ">=1.2.32", optional = true}
pipdeptree = {version = ">=2.9.0,<2.10", optional = true}
pyathena = {version = ">=2.9.6", optional = true}
Expand All @@ -91,7 +91,7 @@ filesystem = ["s3fs", "botocore"]
s3 = ["s3fs", "botocore"]
gs = ["gcsfs"]
az = ["adlfs"]
snowflake = ["snowflake-connector-python"]
# snowflake = ["snowflake-connector-python"]
motherduck = ["duckdb", "pyarrow"]
cli = ["pipdeptree", "cron-descriptor"]
athena = ["pyathena", "pyarrow", "s3fs", "botocore"]
Expand Down

0 comments on commit e980396

Please sign in to comment.