Rory

Results 11 comments of Rory

I have just been tasked with looking into how this exact use case could work. @AbrahamBrookes do you have a work around or the beginnings of one, that you are...

@mitchellsimoens Do you know if there is a way I can use the same approach re `--config ./filelocation` in the github action? I know this is not the desired approach...

@mitchellsimoens Thanks so much for all your feedback, I really appreciate it!! I totally understand wanting to find the "why", my PR is just a temp fix for anyone else...

this issue also exists for this plugin. import [FilePondPluginMediaPreview](https://github.com/nielsboogaard/filepond-plugin-media-preview) from 'filepond-plugin-media-preview'

I have found that if I take the `session=.cookie` from my swagger and use that (hardcoded) in my api request it works (the dot before the cookie is intentional as...

The solution for this issue can be found here, I think this should be marked as resolved. https://apache-superset.slack.com/archives/C01EP56QGTS/p1705521514606739?thread_ts=1704717577.433489&cid=C01EP56QGTS --- Okay so as discussed below this is a **fix** for displaying...

@ss-ravi Ahh okay I see, I thought the permission change to public was intentional, but it is just a temp fix not a solution. thanks for the extra context 🙌

if I change this `GUEST_ROLE_NAME = "Public"` in the `config.py on line 1561` to`GUEST_ROLE_NAME = "Guest"` and then create and give the `Guest role the same permissions as `Public role`...

> @cw1427 do you mean you just deleted the `Public` role? You need to [update the config](https://github.com/apache/superset/issues/25890#issuecomment-1900888959) to use `GUEST` (a role you create with exactly the same permissions as...

> @bronz3beard thanks for the answer. It was not clear. What is the difference between `PUBLIC_ROLE_LIKE` and `GUEST_ROLE_NAME`? Right now I have setup `PUBLIC_ROLE_LIKE` to a custom role, can I...