Skip to main content

Magpie 2.1

Releases in the 2.1 series, newest first.

Magpie 2.1.2

Version 2.1.2 is a patch release in the 2.x series. It was released on September 6th, 2024. Changes include:

  • Enhancement to disable Forgot Password link in the login page when in SSO-only mode
  • Enhancement to allow multiline strings for alter metadata commands
  • Enhancement to Spark 3.5 memory defaults to improve cluster stability under heavy workloads
  • Bug fix to support Exists SQL function
  • Bug fix to remove error that printed on CLI startup since version 2.x
  • Bug fix for BigQuery support for date types encoded as strings

Magpie 2.1.1

Version 2.1.1 is a patch release in the 2.x series. It was released on August 2nd, 2024. Changes include:

  • Add support for Spark SQL PIVOT and UNPIVOT keywords
  • Enhancement to Lookup Validator to support case-insensitive matching
  • Enhancement to Spark Configuration to improve compatibility with legacy datetime formats
  • Bug fix to Single Sign-on when the identity provider returns a mixed-case email address
  • Bug fix for copying files within the same ABFSS source
  • Bug fix for table profiles that failed to render properly if the metadata contained {{

Magpie 2.1.0

Version 2.1.0 is a minor release in the 2.x series. It was released on July 19th, 2024. Changes include:

  • Upgrade Spark to 3.5.1
  • Enhancement to Magpie SQL to allow VALUES keyword.
  • Enhancement to Magpie SQL to support CASTing subtypes.
  • Enhancement to Magpie SQL to support new operators: <>, %, div, |, ||, ~, &, ==, ^.
  • Bug fix to allow users to validate tables with SQL keywords as the table name.
  • Bug fix to set Spark SQL config legacy.timeParserPolicy to value LEGACY in order to maintain compatibility with Magpie 1.x releases.
  • Bug fix to ensure that org admins can generate and view access tokens without explicitly being granted permission.