-
Notifications
You must be signed in to change notification settings - Fork 603
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
test(snowflake): fix snapshots #8919
Conversation
d50b63c
to
7f08bbc
Compare
4db0fbd
to
da1e5e6
Compare
Something is very odd: Python 3.11.8 build passes: https://github.com/ibis-project/ibis/actions/runs/8589831494/job/23536526662 |
so I'm not sure what to do about this -- we can't upgrade |
I don't think there's anything to do in this PR, but perhaps we should explore whether dask-expr works, or just do nothing for now? I can't remember if someone already tried upgrading to the latest dask. |
Yeah, I think for now we do nothing on the |
do you want to clean up the commits and rebase this so we keep the snowflake snapshot fixes separate from the dask and CI workarounds? Or just squash? |
Let's just squash :) |
Lemme run the snowflake tests real quick first though. |
Clouds are good:
|
Fixes snapshots.
I also disabled dependency caching except in cases where we're installing all extras: benchmarking and doctests. It doesn't seem like we're getting much from it in other cases except bizarre failures.