You are viewing documentation about an older version (1.3.0). View latest version

snowflake.snowpark.DataFrameReader.options

DataFrameReader.options(configs: Dict) DataFrameReader[source] (https://github.com/snowflakedb/snowpark-python/blob/release-v1.3.0/src/snowflake/snowpark/dataframe_reader.py#L411-L422)

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.

Language: English