snowflakedb / snowflakedb/snowpark-python

SNOW-1434813: [Local testing] Add support for copy_into_table with on_error option

Open
#1,620 4 comments 0 reactions 1 assignee View on GitHub

@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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.