-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates the connections module (#33)
* Updates the connections module * Making mypy happy
- Loading branch information
Showing
5 changed files
with
31 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Exasol Notebook Connector 0.2.3, released 2023-11-28 | ||
|
||
## Summary | ||
|
||
This release makes another small update to the connections module | ||
|
||
## Changes | ||
|
||
* #31: Add a function returning an udf bucket path. | ||
* #32: Temporarily disables https connection to BucketFs. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "exasol-notebook-connector" | ||
version = "0.2.2" | ||
version = "0.2.3" | ||
description = "Components, tools, APIs, and configurations in order to connect Jupyter notebooks to Exasol and various other systems." | ||
packages = [ {include = "exasol"}, ] | ||
authors = [ "Christoph Kuhnke <[email protected]>" ] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters