-
Notifications
You must be signed in to change notification settings - Fork 85
Open
Description
I use snowflake connector through Pycall in Rails application.
Throwing queries asynchronously to Snowflake and then retrieving the status of the queries.
After updating pycall to 1.5.2, the screen froze when retrieving the status of the query.
However, looking at the logs, it appears that the retrieving of the query status completes successfully, and even the subsequent rendering of the view completes successfully.
Fixed Pycall version to 1.5.1 and did a bundle update
and confirmed that it works correctly.
On the other hand, when I did a bundle update pycall
, it didn't work properly.
No particular errors in the logs, even if they do not work properly.
What could be the cause?
Versions:
- ruby: 3.1.2
- rails: 7.0.8.1
rince
Metadata
Metadata
Assignees
Labels
No labels