snowflake.snowpark.DataFrameWriter.options

DataFrameWriter.options(configs: Optional[Dict] = None, **kwargs) DataFrameWriter[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.26.0/snowpark-python/src/snowflake/snowpark/dataframe_writer.py#L147-L163)

Sets multiple specified options for this DataFrameWriter.

This method is same as calling option() except that you can set multiple options at once.

Language: English