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

snowflake.snowpark.DataFrameReader.table

DataFrameReader.table(name: Union[str, Iterable[str]]) Table[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.25.0/snowpark-python/src/snowflake/snowpark/dataframe_reader.py#L371-L379)

Returns a Table that points to the specified table.

This method is an alias of table().

Parameters:

name – Name of the table to use.

Language: English