Skip to content

Commit bafdf66

Browse files
authored
Chore: add pyarrow as a dependency for the databricks target (#4274)
1 parent e2adfe3 commit bafdf66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ bigquery = [
4444
]
4545
bigframes = ["bigframes>=1.32.0"]
4646
clickhouse = ["clickhouse-connect"]
47-
databricks = ["databricks-sql-connector"]
47+
databricks = ["databricks-sql-connector[pyarrow]"]
4848
dev = [
4949
"agate==1.7.1",
5050
"beautifulsoup4",

0 commit comments

Comments
 (0)