You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need some expertise from someone who has succesfully run CS_Tools through a Snowflake Notebook (Python).
I am able to Stage the CS_Tools Zipfile from https://github.com/thoughtspot/cs_tools/archive/v1.6.4.zip, so that it can at least somehow start. It would then request a bunch of packages, which I am able to enable through "Packages - Anaconda Packages" (dependencies:
pydantic, sqlalchemy, sqlmodel, typer)
However, there is one complaint about "strenum", which is not available through Anaconda, so I tried to download it from https://pypi.org/project/StrEnum/#files and load it through "Packages - Stage Packages"
But it is still not recognised and the Error Message persists (see screenshot).
Has anyone already managed this kind of setup and could help me out how to get "strenum" (and potentially other packages) into the Snowflake Notebook?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I need some expertise from someone who has succesfully run CS_Tools through a Snowflake Notebook (Python).
I am able to Stage the CS_Tools Zipfile from https://github.com/thoughtspot/cs_tools/archive/v1.6.4.zip, so that it can at least somehow start. It would then request a bunch of packages, which I am able to enable through "Packages - Anaconda Packages" (dependencies:
pydantic, sqlalchemy, sqlmodel, typer)
However, there is one complaint about "strenum", which is not available through Anaconda, so I tried to download it from https://pypi.org/project/StrEnum/#files and load it through "Packages - Stage Packages"
But it is still not recognised and the Error Message persists (see screenshot).
Has anyone already managed this kind of setup and could help me out how to get "strenum" (and potentially other packages) into the Snowflake Notebook?
Thanks in advance.

Michael
Beta Was this translation helpful? Give feedback.
All reactions