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
rlikeoperator 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
useorreadrather than always displaying all objects. If a user hascreateaccess to a parent object, all child objects are displayed regardless ofuseorreadpermissions. - Changes default timestamp format to
yyyy-MM-dd HH:mm:ssforcsvfiles 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
resultobject, 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
leftandrightSQL 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.