tree: 8e66a63455ae65be0c476bf298c84c9b0a38bcd5 [path history] [tgz]
  1. Dockerfile
  2. my_functions.py
  3. pipeline_endpoint.py
  4. README.md
  5. requirements.txt
  6. snowflake.sql
examples/snowflake/hamilton_ui/README.md

Running the Hamilton & the Hamilton UI in Snowflake

This example is code for the “Observability of Python code and application logic with Hamilton UI on Snowflake Container Services” post by Greg Kantyka.

Here we show the code required to be packaged up for use on Snowflake:

  1. Docker file that runs the Hamilton UI and a flask endpoint to exercise Hamilton code
  2. my_functions.py - the Hamilton code that is exercised by the flask endpoint
  3. pipeline_endpoint.py - the flask endpoint that exercises the Hamilton code

To run see:

  • snowflake.sql that contains all the SQL to create the necessary objects in Snowflake and exercise things.

For more details see “Observability of Python code and application logic with Hamilton UI on Snowflake Container Services” post by Greg Kantyka.