Hi folks, I am trying to understand how Dagster w...
# deployment-kubernetes
j
Hi folks, I am trying to understand how Dagster works. I see that the user-code-deployments on its template got a connection to the Database, although later looking at the architectural diagram it seems that the user-code-deployment component is not connected to the Database. Why does the user-code-deployment need to connect to the Database?
d
Hi Javier - an example of when it would need to is if you were running a sensor that was sourcing runs to access the dagster DB (for example, an asset sensor that launches a run every time a Dagster asset is materialized).
j
Ahhh ok got it! thanks! @daniel