Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions apis/datasets/v1/core.proto
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ message Dataset {
string slug = 12;
// true if the dataset type is editable
bool type_editable = 13;
// list of collections in the dataset
repeated CollectionInfo collections = 14;
}

// DatasetPermission is a permission a user (as part of an org) can have on a dataset
Expand Down