dataall icon indicating copy to clipboard operation
dataall copied to clipboard

Ability to manage and share views created from Athena

Open awskaran opened this issue 1 year ago • 2 comments

Is your feature request related to a problem? Please describe. I want data analysts to have capability to use Athena for querying data and creating views. The views get registered in Glue data catalog as presto views but are not visible on the frontend

Describe the solution you'd like I would like data analysts to be able to create views and share them like other datastes.

Describe alternatives you've considered

Additional context

P.S. Please Don't attach files. Add code snippets directly in the message body instead.

awskaran avatar Feb 03 '24 18:02 awskaran

Hi @awskaran sorry for the late response. In the current version, by design, only Glue tables whose data is stored in the Dataset S3 bucket can be synced. The reason is that we can ensure that the S3 Bucket of the dataset has been registered by data.all in Lake Formation. We need to evaluate what would happen when we try to access the data and share a Glue view that the data is in other S3 buckets.

I will flag this issue as high importance so that we do the assessment.

dlpzx avatar Feb 21 '24 07:02 dlpzx

Hi @dlpzx we have a similar requirement of creating a view and should be shareable, run queries.

Required Datasets can be within a single environment

is this feature available?

Error message while creating the view Insufficient Lake Formation permission(s) on test_sales_vw (Service: AmazonDataCatalog; Status Code: 400; Error Code: AccessDeniedException; Request ID: e85862ed-8c4c-4941-8c0d-def40c4179fb; Proxy: null)

sandeephs1 avatar Apr 14 '24 06:04 sandeephs1