Skip to main content

Magpie 1.11

Releases in the 1.11 series, newest first.

Magpie 1.11.2

Version 1.11.2 is a patch release in the 1.11.x series. It was released on December 15th, 2019. Changes include:

  • Bug fix that caused very large integers to display incorrectly in the notebook
  • Adds support for rlike operator in SQL

Magpie 1.11.1

Version 1.11.1 is a patch release in the 1.11.x series. It was released on December 8th, 2019. Changes include:

  • Spark jobs started by the BI tool interface now include a username label
  • Adds support for reading from BigQuery views
  • Bug fix that caused the BI tool interface to leak connections in some cases

Magpie 1.11.0

Version 1.11.0 is a minor release in the 1.x series. It was released on December 8th, 2019. Changes include:

  • List commands now only display objects that users can use or read rather than always displaying all objects. If a user has create access to a parent object, all child objects are displayed regardless of use or read permissions.
  • Changes default timestamp format to yyyy-MM-dd HH:mm:ss for csv files in export result, create table from file, and save URL as table commands
  • Improves performance of BI tool interface when incremental mode is used
  • Adds more detail to authorization exceptions, explaining why permission was denied
  • Sorts permissions returned by describe user and role commands
  • Adds all files matched by a list data source files command to the result object, regardless of how many were displayed in the original command output
  • Removes color characters from CLI output for easier batch processing
  • Adds additional CLI flags for logging level to control output verbocity
  • Adds CLI flag to echo command input before executing commands via the CLI in batch mode
  • Bug fix where stale table references could exist in a user's context if another user renamed the table
  • Bug fix that prevented a table from being accessed in a SQL script in some circumstances
  • Bug fix that prevented using the left and right SQL functions

This release includes a new Magpie CLI client. All users are encouraged to update their CLI client to the latest version in order to utilize the new command line flags.