-
Notifications
You must be signed in to change notification settings - Fork 116
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
SNOW-1435354: Add CTE optimization tests to snowpark pandas daily precommit tests #1626
Conversation
2c9263a
to
0c89e71
Compare
beed1b3
to
69207c3
Compare
69207c3
to
368fac1
Compare
PARAMETER_PASSWORD: ${{ secrets.PARAMETER_PASSWORD }} | ||
CLOUD_PROVIDER: ${{ matrix.cloud-provider }} | ||
- name: Download wheel(s) | ||
uses: actions/download-artifact@v3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
v3 -> v4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
matrix: | ||
os: | ||
- image_name: macos-latest | ||
download_name: macos # it includes doctest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it seems we are using macos for most daily runs, but we have larger machines for linux and windows, shall we use a different one?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Now you use ubuntu to run doctests which is new to us. So it may have different behavior than macos. Just a reminder
Which Jira issue is this PR addressing? Make sure that there is an accompanying issue to your PR.
Fixes SNOW-1435354
Fill out the following pre-review checklist:
Please describe how your code solves the related issue.
Add CTE optimization tests to snowpark pandas daily precommit tests. A successful run: https://github.com/snowflakedb/snowpark-python/actions/runs/9406047620