Tejas Rajopadhye
Tejas Rajopadhye
### Describe the bug After upgrading to v2.7.0 , data.all doesn't allow adding row filters  ### How to Reproduce Deploy v2.7.0 1. Create a dataset with a glue db...
### Describe the bug With 2.7.0-rc, On the datasets -> Shares tab, dataset owners / stewards can verify all the share item(s) in one click. The list of shares on...
### Describe the bug Create a dataset using these instruction - https://github.com/data-dot-all/dataall/pull/1021#issuecomment-1917946904 After doing that try going to the dataset table -> Data filters tab and add a column /...
### Describe the bug Share verifier service fails to detect if there is any issue with the share if , 1. When S3 bucket policy's permissions ( actions ) are...
### Describe the bug #### Update Fix is to just remove extra parameters in this method on our branch -https://github.com/data-dot-all/dataall/blob/5252dd148899a11ddb3f5725ec7c0f6fa8623159/backend/dataall/modules/s3_datasets_shares/services/s3_share_service.py#L314 After removing those, worksheet database dropdowns is working fine. This...
**Is your idea related to a problem? Please describe.** When visiting a share with share link and if the URI is incorrect, the page throws unauthorized error. Instead the error...
The iam.py file is getting bulkier and with IAM users support contains a lot of functions for IAM principals. Create a common IAMPrincipals interface and provide a factory method to...
In data.all , currently there exist code to provide backwards compatibility for older policy naming conventions. That code should be deprecated in future releases e.g `dataall/modules/s3_datasets_shares/services/share_managers/s3_bucket_share_manager.py`
### Feature or Bugfix - Feature ### Detail - Introduces the new policy management options as described in this GH issue ( https://github.com/data-dot-all/dataall/issues/1613 ) ### Relates - https://github.com/data-dot-all/dataall/issues/1613 ### Testing...
Metadata forms which was released (2.7.0-rc ) has a way to enforce (soft enforcement ) attaching metadata form to that data.all entity. Currently, metadata forms can be attached to Organizations,...