From c5665f4e9993d3c9ebe463a0528a3f7a1ebed059 Mon Sep 17 00:00:00 2001 From: Tatiana Al-Chueyr Date: Tue, 19 Jul 2022 15:19:10 +0100 Subject: [PATCH] Improve docs for native_support_kwargs --- src/astro/databases/snowflake.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/astro/databases/snowflake.py b/src/astro/databases/snowflake.py index 989b5a36e..da288a8a5 100644 --- a/src/astro/databases/snowflake.py +++ b/src/astro/databases/snowflake.py @@ -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::