-
Notifications
You must be signed in to change notification settings - Fork 117
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
[DRAFT] Packaging snowpark-python as .pex module for server-side deployment #1543
Conversation
setup.py
Outdated
@@ -103,6 +104,8 @@ | |||
"snowflake.snowpark.modin.plugin.extensions", | |||
"snowflake.snowpark.modin.plugin.io", | |||
"snowflake.snowpark.modin.plugin.utils", | |||
"snowflake.snowpark._internal.tcm", |
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.
should be contiguous with the prior _internal
section (and sorted)
# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved. | ||
# | ||
|
||
# evaluate AST given as base64 encoded protobuf |
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.
Sounds like a doc comment for process_ast
} |
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.
this is a generated file. cool if ir-dsl-c is updated so that this diff is a result of running ast-make.sh.
Probably the most important comment: all TCM work should be done in the monorepo's clone of the Python client – in |
Which Jira issue is this PR addressing? Make sure that there is an accompanying issue to your PR.
Fixes SNOW-NNNNNNN
Fill out the following pre-review checklist:
Please describe how your code solves the related issue.
Please write a short description of how your code change solves the related issue.