Refresh the Spark data frame for a table by reloading from the underlying data. Useful when table data is updated outside of Magpie, invalidating any cached data frames within Magpie.
Syntax
refresh table <table reference>
Parameters
table reference
String. The name of the table to refresh, optionally qualified by schema name.