This is an automated email from the ASF dual-hosted git repository.

taragolis pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 5adf7e4ce7 Remove unused `copy_into_postifx` param from docstring 
(#39454)
5adf7e4ce7 is described below

commit 5adf7e4ce73b890f991e90aeae5f3ea0f91fbf38
Author: Josh Fell <48934154+josh-f...@users.noreply.github.com>
AuthorDate: Tue May 7 04:51:58 2024 -0400

    Remove unused `copy_into_postifx` param from docstring (#39454)
    
    The param is present in the docstring for 
CopyFromExternalStageToSnowflakeOperator, but was never implemented. This is 
misleading when reading the Python API docs for this operator.
---
 airflow/providers/snowflake/transfers/copy_into_snowflake.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/airflow/providers/snowflake/transfers/copy_into_snowflake.py 
b/airflow/providers/snowflake/transfers/copy_into_snowflake.py
index ef35d231d3..3eb49f7ca8 100644
--- a/airflow/providers/snowflake/transfers/copy_into_snowflake.py
+++ b/airflow/providers/snowflake/transfers/copy_into_snowflake.py
@@ -42,8 +42,6 @@ class CopyFromExternalStageToSnowflakeOperator(BaseOperator):
     :param prefix: cloud storage location specified to limit the set of files 
to load
     :param files: files to load into table
     :param pattern: pattern to load files from external location to table
-    :param copy_into_postifx: optional sql postfix for INSERT INTO query
-           such as `formatTypeOptions` and `copyOptions`
     :param snowflake_conn_id:  Reference to :ref:`Snowflake connection 
id<howto/connection:snowflake>`
     :param account: snowflake account name
     :param warehouse: name of snowflake warehouse

Reply via email to