File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed
databricks_sql_connector_core Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,6 @@ name: Publish to PyPI Manual [Production]
33# Allow manual triggering of the workflow
44on :
55 workflow_dispatch : {}
6- push :
7- branches :
8- - ' PECO-1803/connector-split'
96
107jobs :
118 publish :
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " databricks-sql-connector"
3- version = " 4.0.0.b0 "
3+ version = " 4.0.0.b1 "
44description = " Databricks SQL Connector for Python"
55authors = [" Databricks <databricks-sql-connector-maintainers@databricks.com>" ]
66license = " Apache-2.0"
77
88
99[tool .poetry .dependencies ]
10- databricks_sql_connector_core = { version = " >=4.0.0" , extras =[" all" ]}
11- databricks_sqlalchemy = { version = " >=4.0.0" , optional = true }
10+ python = " ^3.8.0"
11+ databricks_sql_connector_core = { version = " >=4.0.0" , extras =[" pyarrow" ]}
12+ databricks_sqlalchemy = { version = " >=1.0.0" , optional = true }
1213
1314[tool .poetry .extras ]
1415databricks_sqlalchemy = [" databricks_sqlalchemy" ]
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " databricks-sql-connector-core"
3- version = " 4.0.0.b0 "
3+ version = " 4.0.1 "
44description = " Databricks SQL Connector core for Python"
55authors = [" Databricks <databricks-sql-connector-maintainers@databricks.com>" ]
66packages = [{ include = " databricks" , from = " src" }]
You can’t perform that action at this time.
0 commit comments