fakesnow icon indicating copy to clipboard operation
fakesnow copied to clipboard

FR: publish docker image

Open sk- opened this issue 9 months ago • 1 comments

It would be great if fakesnow published a Docker image. This will be useful for several reasons:

  • dependency management: given that some of fakesnow's dependencies need to be pinned, it would allow to use it in many more projects and prevent dependency clashes
  • usable for non python projects
  • even for Python projects it could be desirable to use a docker image, as in that case the project will still use the connector library. It would also allow to use other query libraries like snowpark

sk- avatar Mar 23 '25 14:03 sk-

I've been setting this up in a docker image for our integration tests at work. The only hurdle I ran into was that I couldn't configure fakesnow to listen on 0.0.0.0 instead of 127.0.0.1. Without this traffic outside of the container can't reach fakesnow.

If the host was also configurable (like port is) this would be fairly easy to set up.

crohlfs avatar May 28 '25 10:05 crohlfs