Tamas Foldi
Tamas Foldi
Yes, the environment variables looks fine. You can check the exact names or hardcode the values to the config file here: https://github.com/starschema/starsnow_request/blob/master/serverless.yml#L21 The error you have is a generic timeout...
can you confirm, that 1) you can access your instance with `snowsql` from the same terminal? 2) your account name should be its name only (not the URL): ``` Name...
I guess you should, as far as I know, external functions are only supported on AWS and Azure instances Still strange, that it does not give you an error message...
just a note, I will test this tomorrow on my GCP instance (for the first time) and let you know the results
Hi Robert, I will include it in the documentation. Also, I will link this Serverless policy generator as well: https://open-sl.github.io/serverless-permission-generator/ , probably that will be enough.
I ran into the exact same problem, trying to decode sparkplug b messages where the `value` returned as an Erlang tuple. Is there any workaround that I can use until...
OK, I can create a PR with a fix/workaround. There are two approaches for quick fixes: 1. Create a new SQL function called `tuple_to_list`. 2. Implementing lists function to support...
one comment: If I disable the data channel then the video stream works. If I have both video and data channel, then I have this connection issue.
I have the same issue. I put together a client code where I can reproduce the issue, however, I do not access the server side. the log and program are...
this happens if you do not have a `~/.gitconfig` file prior to start on your host. Stop the compose, `rmdir` your `.gitconfig` folder on your host machine, then create an...