Changelog
This feature is experimental and not ready for use in production. It is only available as part of an Early Access Program, and can go under breaking changes until general availability. |
This page lists changes to the Graph Data Science for BigQuery.
Version 0.6.1
New and updated features
Feature | Details |
---|---|
Functionality Changed Makes use of labels returned from Arrow Flight server. |
In previous versions, we introduced an aggregation step on client side to merge same nodes into a single record before writing them to BigQuery tables. This step has now been removed and latest GDS/AuraDS features are being used to retrieve labels of nodes from graph projections. |
Functionality Fix Fixed handling of array types while writing graph entities to BigQuery. |
Due to the previously used aggregation step on client side, it was not possible to write array typed values to BigQuery tables. This is now fixed. |