Tejas Rajopadhye
Tejas Rajopadhye
@mourya-33, if there is an update on the internal Amazon feature request, can you please let us know the status for it
With the new RDS v2, this issue doesn't seem to be present. Validated this by generating the deployment stack with cdk synth
Along with the share manager, please check out this issue to add robust handling in ECS task for share verifier - https://github.com/data-dot-all/dataall/issues/1300
Adding another item to the list - https://github.com/data-dot-all/dataall/issues/1479
> Hi @TejasRGitHub - I can not seem to replicate the above when I try to delete an environment I provisioned in v2.6 > > Could you give soem additional...
> Doing a bit more digging on the above - if I had to guess I would imagine that your environment has existing sahre objects that are not in a...
Hi @noah-paige , Your diagnostics was right . There was a draft share request which was not showing up the share's page. After deleting it manually I was able to...
This would be configurable with config like : ``` { "modules": { ........, "s3_datasets": { "active": true, "features": { ..... , "show_logs" : false } }, "s3_datasets_shares": { "active": true,...
Hi @noah-paige , in our usecase , our admin team is a part of all the teams present in data.all. What we want to achieve is to block non-admin user(s)...
That's even better. Thanks @noah-paige. Will make the changes accordingly