snowflake.snowpark.DataFrameWriter.option

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

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