github mage-ai/mage-ai 0.7.74
Release 0.7.74 | Lunar Release

latest releases: 0.9.70, 0.9.68, 0.9.66...
16 months ago

Data integration

New sources

Improvements on existing sources and destinations

Full lists of available sources and destinations can be found here:

Customize pipeline alerts

Customize alerts to only send when pipeline fails or succeeds (or both) via alert_on config

notification_config:
  alert_on:
    - trigger_failure
    - trigger_passed_sla
    - trigger_success

Here are the guides for configuring the alerts

Deploy Mage on AWS using AWS Cloud Development Kit (CDK)

Besides using Terraform scripts to deploy Mage to cloud, Mage now also supports managing AWS cloud resources using AWS Cloud Development Kit in Typescript.

Follow this guide to deploy Mage app to AWS using AWS CDK scripts.

Stitch integration

Mage can orchestrate the sync jobs in Stitch via API integration. Check out the guide to learn about how to trigger the jobs in Stitch and poll statuses of the jobs.

Bug fixes & polish

  • Allow pressing escape key to close error message popup instead of having to click on the x button in the top right corner.

  • If a data integration source has multiple streams, select all streams with one click instead of individually selecting every single stream.

    Untitled

  • Make pipeline runs pages (both the overall /pipeline-runs and the trigger /pipelines/[trigger]/runs pages) more efficient by avoiding individual requests for pipeline schedules (i.e. triggers).

  • In order to avoid confusion when using the drag and drop feature to add dependencies between blocks in the dependency tree, the ports (white circles on blocks) on other blocks disappear when the drag feature is active. The dependency lines must be dragged from one block’s port onto another block itself, not another block’s port, which is what some users were doing previously.

  • Fix positioning of newly added blocks. Previously when adding a new block with a custom block name, the blocks were being added to the bottom of the pipeline, so these new blocks should appear immediately after the block where it was added now.

  • Popup error messages include both the stack trace and traceback to help with debugging (previously did not include the traceback).

  • Update links to docs in code block comments (links were broken due to recent docs migration to a different platform).

View full Changelog

Don't miss a new mage-ai release

NewReleases is sending notifications on new releases.