Skip to content

Commit

Permalink
Improve docs for native_support_kwargs
Browse files Browse the repository at this point in the history
  • Loading branch information
tatiana committed Jul 19, 2022
1 parent a794944 commit ef945b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/astro/databases/snowflake.py
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ def load_file_to_table_natively(
:param source_file: File from which we need to transfer data
:param target_table: Table to which the content of the file will be loaded to
:param if_exists: Strategy used to load (currently supported: "append" or "replace")
:param native_support_kwargs: kwargs to be used by method involved in native support flow
:param native_support_kwargs: may be used for the stage creation, as described above.
.. seealso::
Expand Down

0 comments on commit ef945b9

Please sign in to comment.