data-dot-all / dataall

A modern data marketplace that makes collaboration among diverse users (like business, analysts and engineers) easier, increasing efficiency and agility in data projects on AWS.
https://data-dot-all.github.io/dataall/
Apache License 2.0
235 stars 82 forks source link

Redshift share request creation fails if no permissions (Read/Write) are provided #1576

Open dlpzx opened 1 month ago

dlpzx commented 1 month ago

Describe the bug

With the changes introduced in #1332, users can select the type of permissions they are requesting for a dataset: READ or WRITE.

Redshift share requests do not specify those which results in createShareObject failure.

How to Reproduce

Create Redshift share request

Expected behavior

Successful creation of request

Your project

No response

Screenshots

No response

OS

n/a

Python version

n/a

AWS data.all version

2.6+changes

Additional context

No response

dlpzx commented 1 month ago

Solved in #1573