github mage-ai/mage-ai 0.9.65
0.9.65 | Demon Slayer πŸ— βš”οΈ

latest releases: 0.9.71, 0.9.70, 0.9.68...
3 months ago

What's Changed

πŸŽ‰ Exciting New Features

πŸ”” Telegram notification


Support for setting up Telegram notification channel for alerts is now available.
Check out the doc for details

by @luthfir-rahman in #4632

πŸ”„Β Runtime variables and concurrency config in Backfills

Backfills support configuring global variables override and concurrency limit is now available.


by @dy46 in #4618

☁️ Export raw files to S3 and GCS

Using S3 and GCS data exporter templates, you can now directly upload raw files in addition to dataframes.

    bucket_name = 'test-bucket'
    object_key = 'test_file_copy.csv'

    S3.with_config(ConfigFileLoader(config_path, config_profile)).export(
        '/home/src/test_file.csv',
        bucket_name,
        object_key,
    )
    GoogleCloudStorage.with_config(ConfigFileLoader(config_path, config_profile)).export(
        '/home/src/test_file.csv',
        bucket_name,
        object_key,
    )

by @wangxiaoyou1993 in #4607

πŸ› Bug Fixes

πŸ’… Enhancements & Polish

New Contributors

Full Changelog: 0.9.64...0.9.65

Don't miss a new mage-ai release

NewReleases is sending notifications on new releases.