snowflake.snowpark.DataFrameReader.options

DataFrameReader.options(configs: Dict) DataFrameReader[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.16.0/src/snowflake/snowpark/dataframe_reader.py#L559-L570)

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.

语言: 中文