Skip to content

bump python client version to enable better URL handling#257

Closed
dataders wants to merge 1 commit intostarburstdata:masterfrom
dataders:patch-1
Closed

bump python client version to enable better URL handling#257
dataders wants to merge 1 commit intostarburstdata:masterfrom
dataders:patch-1

Conversation

@dataders
Copy link
Copy Markdown
Contributor

@dataders dataders commented Mar 3, 2023

Overview

resolves: #245

Now that trinodb/trino-python-client#340 is merged and released in version 0.322 of the Python client (thanks @mdesmet!) this will enable a much-better end user experience for users of Trino and dbt.

Checklist

  • I have run this code in development and it appears to resolve the stated issue
  • This PR includes tests, or tests are not required/relevant for this PR
  • README.md updated and added information about my change
  • I have run changie new to create a changelog entry

install_requires=[
"dbt-core~={}".format(dbt_version),
"trino==0.321.0",
"trino==0.322.0",
Copy link
Copy Markdown
Contributor Author

@dataders dataders Mar 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mdesmet, should this be the following instead? relatedly, i'm interested to know if a 1.0 milestone for the client if coming anytime soon

Suggested change
"trino==0.322.0",
"trino>=0.321.0<1.0.0",

@mdesmet mdesmet closed this Apr 4, 2023
@dataders dataders deleted the patch-1 branch May 11, 2023 15:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

host value parsing: more flexible and fault-tolerant

2 participants