tree: df65ac474b3030b1079e13b1778e97983c52ef23
  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 Apache Hamilton & the Apache Hamilton UI in Snowflake

This example is code for the “Observability of Python code and application logic with Apache 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 Apache Hamilton UI and a flask endpoint to exercise Apache Hamilton code
  2. my_functions.py - the Apache Hamilton code that is exercised by the flask endpoint
  3. pipeline_endpoint.py - the flask endpoint that exercises the Apache 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 Apache Hamilton UI on Snowflake Container Services” post by Greg Kantyka.