SNOW-1447522: Session.create_dataframe fails in local testing. #1680
Labels
local testing
Local Testing issues/PRs
question
Further information is requested
status-triage_done
Initial triage done, will be further handled by the driver team
triaged
What version of Python are you using?
Python 3.11.9
What operating system and processor architecture are you using?
Linux-4.18.0-372.64.1.el8_6.x86_64-x86_64-with-glibc2.31
What are the component versions in the environment (
pip freeze
)?Snowpark version 1.17.0
What did you do?
I'm attempting to set up unit tests with pytest for a project I'm working on (following these docs), and have found that
Session.create_dataframe
doesn't work, due to how TableEmulator.init is behaving.Easily reproducible example:
Other reference used - create_dataframe usage + syntax was pulled from the create_dataframe page.
Some context of the actual use case:
What did you expect to see?
I expected to be able to use Session.create_dataframes when in local testing, since Session.create_dataframe is on the list of supported APIs.
Can you set logging to DEBUG and collect the logs?
The text was updated successfully, but these errors were encountered: