Tony DiPadova
Tony DiPadova
I would love to use this! Any updates on blocking review @StarpTech ?
Any updates @StarpTech ? Would love to use these changes.
@StarpTech Any updates? Or should I fork for my use case?
@uncvrd were you able to get the Jackson integration working?
@aeneasr @david972 Any blockers left? Really hoping to use this feature in an upcoming project, and happy to help out!
@devkral Did you end up figuring this out?
Hi @morambro, thanks for the quick response! I am able to repro with just two lines of code (test.py): ```python import snowflake.connector import tink ``` via `poetry run python test.py`...
Hmmm perhaps there's another library in our environment that causes the tink import to fail? It's curious that I can trigger the issue from those two lines of code with...