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]
3
3
# Allow manual triggering of the workflow
4
4
on :
5
5
workflow_dispatch : {}
6
- push :
7
- branches :
8
- - ' PECO-1803/connector-split'
9
6
10
7
jobs :
11
8
publish :
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " databricks-sql-connector"
3
- version = " 4.0.0.b0 "
3
+ version = " 4.0.0.b1 "
4
4
description = " Databricks SQL Connector for Python"
5
5
authors = [" Databricks <databricks-sql-connector-maintainers@databricks.com>" ]
6
6
license = " Apache-2.0"
7
7
8
8
9
9
[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 }
12
13
13
14
[tool .poetry .extras ]
14
15
databricks_sqlalchemy = [" databricks_sqlalchemy" ]
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " databricks-sql-connector-core"
3
- version = " 4.0.0.b0 "
3
+ version = " 4.0.1 "
4
4
description = " Databricks SQL Connector core for Python"
5
5
authors = [" Databricks <databricks-sql-connector-maintainers@databricks.com>" ]
6
6
packages = [{ include = " databricks" , from = " src" }]
You can’t perform that action at this time.
0 commit comments