Hey quick beginner question, can the dags in hamilton/burr be executed from clicking a button in the UI or only from code?
s
Stefan Krawczyk
08/12/2025, 3:49 PM
Currently code.
Stefan Krawczyk
08/12/2025, 3:50 PM
Someone could build something here though.
c
Cooper Snyder
08/12/2025, 4:06 PM
I was thinking that was the case but I had the thought Hamilton/burr is the tracking and lineage component part of workflow orch and other macro orchestrators offer the scheduling and infra component functionality
Cooper Snyder
08/12/2025, 4:11 PM
or just us a notebook like marimo
Cooper Snyder
08/12/2025, 4:12 PM
thank you for a quick response
s
Stefan Krawczyk
08/12/2025, 6:14 PM
Yeah both are light weight so easy to plug into anywhere that runs python: marimo, airflow, spark, fast API, Ray, etc.
The UIs are observability focused so work to help see what they did and are optional.