Skip to content

Commit

Permalink
Update src/snowflake/snowpark/session.py
Browse files Browse the repository at this point in the history
Co-authored-by: Jamison Rose <[email protected]>
  • Loading branch information
sfc-gh-aalam and sfc-gh-jrose authored Aug 30, 2024
1 parent 0db93f4 commit 0d318c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/snowflake/snowpark/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -2431,7 +2431,7 @@ def write_pandas(
and ``transient``. An empty string means to create a permanent table. Learn more about table types
`here <https://docs.snowflake.com/en/user-guide/tables-temp-transient.html>`_.
use_logical_type: Boolean that specifies whether to use Parquet logical types when reading the parquet files
for the unloaded pandas dataframe. With this file format option, Snowflake can interpret Parquet logical
for the uploaded pandas dataframe. With this file format option, Snowflake can interpret Parquet logical
types during data loading. To enable Parquet logical types, set use_logical_type as True. Set to None to
use Snowflakes default. For more information, see:
`file format options: <https://docs.snowflake.com/en/sql-reference/sql/create-file-format#type-parquet>`_.
Expand Down

0 comments on commit 0d318c2

Please sign in to comment.