MyGit

0.9.65

mage-ai/mage-ai

版本发布时间: 2024-02-29 07:59:09

mage-ai/mage-ai最新发布版本:0.9.74(2024-09-20 02:55:47)

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 https://github.com/mage-ai/mage-ai/pull/4632

🔄 Runtime variables and concurrency config in Backfills

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


by @dy46 in https://github.com/mage-ai/mage-ai/pull/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 https://github.com/mage-ai/mage-ai/pull/4607

🐛 Bug Fixes

💅 Enhancements & Polish

New Contributors

Full Changelog: https://github.com/mage-ai/mage-ai/compare/0.9.64...0.9.65

相关地址:原始地址 下载(tar) 下载(zip)

查看:2024-02-29发行的版本