Loads data to table into Spark. Works for all caching modes.
Syntax
EXEC lyft_populate_cached_table 'object_name' [;]
Arguments
'object_name'
Fully qualified name of the table which data is to be loaded to Spark.
Example
Populates cache for Spark view AdventureWorksDW2012.dbo.DimCurrency.
EXEC lyft_populate_cached_table @object_name = 'AdventureWorksDW2012.dbo.DimCurrency';