Datasets are a data type in Quiver that provide a way to transform, visualize and analyze data at scale, with the capacity to surpass the 50k row constraint on data joins and transformations present in transform tables.
Dataset cards also take object sets as input. Quiver will seamlessly convert these object sets into corresponding dataset representation in the background. From an object set, use any of the cards located under the Datasets next actions, or perform an explicit conversion with the Object set dataset card. Quiver will use the object type's materialization export dataset. If that is not available, it will attempt to use the backing datasource dataset.
To view which backing dataset primitives are powering a Dataset card, hover over the datasource icon.