-
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-900244-Expose DataFrame._session and Session._session_id to users #1030
Conversation
should we let customer have access to session.connection? Because ServerConnection is a internal class and have no documentation on it, customer would see nothing with the hyperlink in docments |
Better add some mock unit tests. |
should I add test under tests/unit/test_session.py and tests/unit/test_dataframe.py? I didn't see other test for properties in the repo |
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.
Please make the PR title more descriptive.
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.
The docstrings look good. I just had a few suggestions. Thanks!
No description provided.