I am new to intake and I am trying to understand how I can control the visibility and access rights for catalog entries. For example I would like to find out how a catalog yaml file looks like for the following case, suppose I have two csv files to which I provide access through a catalog yaml file together with two users. How can I make only one csv visible to one user while the other user can see both files? Or how would I need to change the yml file below to accomplish this?
metadata:
version: 1
description: "lattice data catalog"
sources:
sample1:
driver: csv
args:
urlpath: test1.csv
testcsv:
driver: csv
args:
urlpath: test2.csv