snowflake.snowpark.DataFrameWriter.option

DataFrameWriter.option(key: str, value: Any) DataFrameWriter[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.29.1/snowpark-python/src/snowflake/snowpark/dataframe_writer.py#L175-L189)

Depending on the file_format_type specified, you can include more format specific options. Use the options documented in the Format Type Options.

Language: English