datalens icon indicating copy to clipboard operation
datalens copied to clipboard

Shared objects between workbooks

Open resure opened this issue 1 year ago • 0 comments

We need to provide a way for sharing some objects between workbooks without compromising simplicity for users. Our current plan is to propose new container type — Library, which can store such shared objects.

Different workbooks can be linked to a library and use one or a few objects from that library: it's like having always up-to-date copy of shared object in each of the workbooks. Important detail is to retain simplicity of workbook ACLs: access rights for the library should be only checked during the process of linking workbook to the library: after that access rights to workbook (and not to a library) should be enough.

resure avatar Jan 25 '24 16:01 resure