Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove pygridgain so Trino data source shows up #6546

Merged
merged 1 commit into from
Oct 23, 2023

Conversation

justinclift
Copy link
Member

What type of PR is this?

  • Bug Fix

Description

This PR updates some dependency pieces so that Trino shows up in the data sources list again.

  • Updates the python tzlocal dependency to the 4.x series, as seems to be required for Trino to work
  • Removes the pygridgain dependency, as that has a hard dependency on tzlocal 2.1 and therefore breaks Trino

How is this tested?

  • Manually

With a newly built docker container on my local pc, I confirmed that the Trino data source is not available without this PR, but is available after this PR is applied.

Related Tickets & Documents

This also updates the python tzlocal dependency to the 4.x series,
as seems to be required for Trino to work.
@codecov
Copy link

codecov bot commented Oct 23, 2023

Codecov Report

Merging #6546 (1a4f60c) into master (de84c40) will increase coverage by 0.01%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #6546      +/-   ##
==========================================
+ Coverage   61.89%   61.90%   +0.01%     
==========================================
  Files         158      158              
  Lines       12966    12966              
  Branches     1773     1773              
==========================================
+ Hits         8025     8027       +2     
+ Misses       4666     4664       -2     
  Partials      275      275              

see 1 file with indirect coverage changes

@guidopetri guidopetri merged commit 5516b42 into master Oct 23, 2023
18 checks passed
@guidopetri guidopetri deleted the remove_gridgain_v1 branch October 23, 2023 22:34
@guidopetri
Copy link
Contributor

Thanks @justinclift :)

@justinclift
Copy link
Member Author

You're welcome, thanks for merging it @guidopetri. 😄

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.

2 participants