Georgii
Georgii
@plotn It's correct, but I think we need to add info about using IntelliJ IDEA for localization. Most of the devs use it, which is why we have different formatting.
@boardend Yes, I tried this on DBeaver installed on snap and via non-sandboxing environments. This appears to be the snap issue. Thank you for the information.
Hi, I have a question `run/user` is the filesystem used by running processes. And it shouldn't have any files that are not part of any process. Does SQLite is created...
@byrider-jparker4 Hi, sorry for the late response. We looked into our code and found that we used `svv_datashare` and `svv_datashare_objects`, which require root. But I am entirely not sure that...
@byrider-jparker4 More like it requires the superuser to give permissions to the second user, like most privileges in DB. Here is a little more descriptive part of the documentation: >...
@byrider-jparker4 As I looked, I think you can see shared DB without those privileges. But looking for info about data share itself requires you to give alter for the user....
Ahh, you see, we use svv_datashare for a different thing. You can see a particular Datashares folder. This one contains specific info about data share itself. `Show data shares and...
Reference from Amazon docs: > The following is the syntax for using GRANT for datashare usage privileges on Amazon Redshift. You grant access to a datashare to a consumer using...
@byrider-jparker4 Hi, could you tell me if the mentioned information helped?
This request happens because the redshift refresh action updates all metadata on the same tree level. It will update databases and refresh metadata for datashares (which fails but doesn't affect...