Launched: Dataset view in Open Beta
Hi there,
We are excited to announce that Dataset View is now in Open Beta - itβs available to everyone using Holistics 4.0 version right away (no sign up needed)!
This version of Dataset view allows dataset creators to:
- Select fields: choose which fields to display in the dataset UI
- Re-order fields and models: define a customized order for fields and models within the dataset
For more information, please watch our demo video:
To create a dataset view, go to .dataset.aml
file and follow this syntax:
Dataset raw_ecommerce {
...
models: [users, orders]
relationships: [relationship(orders.user_id > users.id, true)]
view {
model orders // Display all fields from model orders. Put model orders first
model users { // Display selected fields from model users
field id
field first_name
field last_name
field full_name
field sign_up_at
field acquisition_cohort
field number_of_orders
}
}
}
Open Beta
This feature is available in Open Beta and weβll be back with more updates for this exciting new feature.
Feel free to share your feedback with us down in the comments.