snowflake.snowpark.DataFrameReader.options¶
- DataFrameReader.options(configs: Dict) DataFrameReader [source]¶
Sets multiple specified options in the DataFrameReader.
This method is the same as the
option()
except that you can set multiple options in one call.- Parameters:
configs – Dictionary of the names of options (e.g.
compression
,skip_header
, etc.) and their corresponding values.