Skip to content

v3.16.0

Compare
Choose a tag to compare
@daniil-quix daniil-quix released this 04 Jun 08:34
· 76 commits to main since this release
eded8af

What's Changed

💎 New features

[experimental] StreamingDataFrame.join_lookup

StreamingDataFrame.join_lookup() is a new special type of join that allows you to enrich records in a streaming dataframe with the data from external systems.

You can use it to enrich streaming data with configuration or reference data from an external source, like a database.
Note: This is an experimental feature, and the API may change in the future.

Docs - https://quix.io/docs/quix-streams/joins.html#lookup-join

By @ovv in #895 #910

Accept the Application(quix_portal_api=...) parameter to specify the dedicated Quix Cloud control plane URL.

By @daniil-quix in #902

🦠 Bugfixes

  • Add fix for using reducer with window with test added by @petrpan26 in #918

📖 Docs

🛠️ Internal

Dependencies

New Contributors

Full Changelog: v3.15.0...v3.16.0