MyGit

0.9.48

mage-ai/mage-ai

版本发布时间: 2023-12-07 09:56:19

mage-ai/mage-ai最新发布版本:0.9.68(2024-03-28 23:35:49)

What's Changed

🎉 Exciting New Features

Incremental data integration in batch pipelines

🥳 Data integrations in batch pipelines now support incremental replication! You can read more here to get started!

by @tommydangerous in https://github.com/mage-ai/mage-ai/pull/4068

[Streaming] RabbitMQ Destination

Another community PR from @shrutimantri adds support for RabbitMQ as a streaming data sink. 🔥

Check it out today with your favorite streaming sources! You can find the configuration reference here.

by @shrutimantri in https://github.com/mage-ai/mage-ai/pull/4041

Chroma integration

Mage now has a ChromaDB IO Class, meaning you can use data loaders and exporters in your batch pipelines to read/write from Chroma sources. You can read more about configuration here or visit Chroma's site to learn more about their vector database.

by @matrixstone in https://github.com/mage-ai/mage-ai/pull/4017

Bookmark overrides

🎊 If you're creating a trigger on a data integration, you can now override bookmarks with your own custom values!

by @tommydangerous in https://github.com/mage-ai/mage-ai/pull/4073

SQL Block environment variable interpolation

For our fans of SQL blocks, you can now interpolate environment variables directly in your queries!

SELECT 
    '{{ env_var("ENV") }}' AS test
    , '{{ variables("test") }}' AS test2
    , {{ test }} AS test3

This should allow for much greater flexibility in pipelines with SQL!

by @tommydangerous in https://github.com/mage-ai/mage-ai/pull/4076

Additional upstream dependencies for dynamic children

Love dynamic blocks? 🤔 They dynamic children can now have additional upstream dependencies!

by @tommydangerous in https://github.com/mage-ai/mage-ai/pull/4104

Support caching block output in memory

Previously, pipelines with large Spark DataFrames faced out of heap space errors when persisting block outputs to disk. This PR allows the user to disable persisting output. The feature is only supported in standard batch pipeline (without dynamic blocks) for now.

cache_block_output_in_memory: true
run_pipeline_in_one_process: true

by @wangxiaoyou1993 in https://github.com/mage-ai/mage-ai/pull/4127

🐛 Bug Fixes

💅 Enhancements & Polish

New Contributors

Full Changelog: https://github.com/mage-ai/mage-ai/compare/0.9.46...0.9.48

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

查看:2023-12-07发行的版本