Yaroslav Litvinov

Results 15 comments of Yaroslav Litvinov

Embucket currently uses authorization schema based on `Snowflake Token`, which authorizes client on every new connection. Probably in order to have different behaviour, Embucket should implement authorization schema based on...

> [@YaroslavLitvinov](https://github.com/YaroslavLitvinov) Does snow sql cli allows for other auths? i think yes, as snowflake python client has following handling: ``` if token_type is TokenType.EXTERNAL_SESSION_WITH_PAT: return { "Authorization": f"Bearer {session_token}",...

[http-dump](https://github.com/user-attachments/files/21971477/2.txt), typical for every new connection

> You can also specify the [write durability](https://docs.rs/slatedb/latest/slatedb/config/struct.WriteOptions.html) on a [per put](https://docs.rs/slatedb/latest/slatedb/struct.Db.html#method.put_with_options) basis for SlateDB. Meaning that SlateDB will add the value to its cache and acknowledge the put right...

This task still in our plans, but assigned a low priority. @camuel ^^