Hey quick beginner question, can the dags in hamil...
# general
c
Hey quick beginner question, can the dags in hamilton/burr be executed from clicking a button in the UI or only from code?
s
Currently code.
Someone could build something here though.
c
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
or just us a notebook like marimo
thank you for a quick response
s
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.