Skip to content

Weekly update

This week we:

  • Further optimized the multi-dimensional datasets (cubes) UX
  • Added support to retrieve any extra (unmodelled) API response information to most SDK objects
  • Fixed a number of bugs

Custom types

We've further optimized how relationships for multi-dimensional datasets (cubes) are retrieved in the user interface.

In the toolkit, we've also added the ability to specify multiple supertypes when defining new custom types.

Python

We've added:

  • Latest typedef models (multi-dimensional datasets (cubes), Cognite, Spark).
  • Support to limit the applicability of custom metadata attributes directly through the AttributeDef.create() method.

We've fixed:

  • A missing icon, without which there could be errors during marshalling and unmarshalling of Atlan tags.
  • The option to use for propagating tags only through lineage (not hierarchies).
  • An issue with the direct model unmarshalling of structs.
  • Issues with unmarshalling AtlanEvent payloads for ENTITY_DELETE, CLASSIFICATION_ADD and CLASSIFICATION_DELETE events.

Kotlin (and Java)

We've added:

  • AssetFilterGroup to enumerate the options for persona personalization of asset filters.
  • (Experimental) A new rawJsonObject to all objects, containing the raw API response and allowing you to access information in the API response that may not (yet) be modelled.

We've fixed:

  • The option to use for propagating tags only through lineage (not hierarchies).

🔬 Learn more