snowflake.snowpark.DataFrameWriter.options¶
- DataFrameWriter.options(configs: Optional[Dict] = None, **kwargs) DataFrameWriter[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.30.0/snowpark-python/src/snowflake/snowpark/dataframe_writer.py#L193-L212)¶
- Sets multiple specified options for this - DataFrameWriter.- This method is same as calling - option()except that you can set multiple options at once.