Azim Sonawalla
Azim Sonawalla
Reading the docs and code, it looks like ent exposes the ability to register hooks in mutating operations, but not on reads. The use case I'm trying to solve for...
We use the [streaming PUT](https://pkg.go.dev/github.com/snowflakedb/gosnowflake#hdr-Using_PUT) feature of gosnowflake to upload data to snowflake internal stages. Recently, we started throwing GB sized files at it and saw our memory usage explode....
### Description See Issue #536 (SNOW-535791) for more background. I've addressed some of the low-hanging fruit memory improvements in this PR. Specifically, using the non-streaming API (and having the caller...
Need to implement a test suite, since pull requests are coming in now
Have some sort of handling if invalid login credentials are passed
Find a way around using beautifulsoup every time we delete an element. This will also reduce the number of dependencies