Skip to content

Commit

Permalink
Remove unused copy_into_postifx param from docstring (apache#39454)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
josh-fell authored and pateash committed May 13, 2024
1 parent 6cde06b commit 70b2143
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions airflow/providers/snowflake/transfers/copy_into_snowflake.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 70b2143

Please sign in to comment.