What's the recommended way to access `SystemComput...
# announcements
w
What's the recommended way to access
SystemComputeExecutionContext
within a composite solid? E.g., for logging
a
composites don’t execute at all during runtime - in the same way the
@pipeline
function works - it’s just a way do describe a DAG using a function. The function is invoked by the decorator at declaration time only. Any logging that you need to do should happen within regular (or lambda) solid functions.
w
Got it - thanks!
👍 1