Hamza Busuri
Hamza Busuri
Hi there, did you manage to figure this out?
Hey Kevin, I think to resolve this issue, you might want to use the latest web-api parser. Gives you access to many other methods and you can extract details like...
Thanks @alvarowolfx ! I wanted to double check is it possible to apply the access policy on the created view or does the access policy need to be created on...
Would some thing like this not work? `const adminAccessEntry = { role: "READER" }; // // Make API request to retrieve dataset metadata const [sharedMetadata] = await sharedDataset.getMetadata(); const sharedAccessEntries...