snowflakedb / snowflakedb/snowpark-python
SNOW-1434813: [Local testing] Add support for copy_into_table with on_error option
Open
@sfc-gh-yixie is already working on this.
Since Jul 11, 2024.
feature
local testing
status-triage_done
- Dominant language
- Python
- Stars
- 341
- Forks
- 155
- Avg merge
- 4d 16h
- Merged PRs (30d)
- 27
Description
Using snowflake-snowpark-python==1.16.0.
_analyzer.py checks
if isinstance(logical_plan, CopyIntoTableNode):
self._conn.log_not_supported_error(
external_feature_name="DateFrame.copy_into_table",
raise_error=NotImplementedError,
)
However, DataFrame.copy_into_table appears explicitly in the list of supported APIs for local testing in: https://docs.snowflake.com/en/developer-guide/snowpark/python/testing-locally#list-of-supported-apis
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.