Assert SQL Count
Assert record count of result of a SQL query matches provided assertion. Exception thrown when assertion fails.
Assert Table Count
Assert record count of table matches provided assertion. Exception thrown when assertion fails.
Cache Table
Cache a table in the Spark SQL context
Export Result
Exports a Magpie result for download or display on a map.
Profile Schema
Compute a data profile for a schema, optionally profiling each of its tables as well.
Profile Result
Compute a data profile for the last result
Profile SQL
Compute a data profile for a SQL query
Profile Table
Compute a data profile for a table
SQL
Submit a SQL query for execution
Save Result
Save the last result as a new table.
Save Table As
Save a copy of an existing table as a new table.
Show
Show a number of rows from a table
Show Result
Show a number of rows from the last result
Show SQL
Show the results of a SQL query
Uncache Table
Uncache a table in the Spark SQL context