You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The summary of save_result is "Save processed data to storage". This can be misleading to users who start synchronous jobs to "just have a look": They don't actually want to save something, especially not to storage -- they just want to output it.
Considering the above use case of "just a look", it's not obvious that you always need this process to actually get results from any process graph.
Looking back it might've been smarter to call this process something like output, but I guess for changing the name (especially of such a central process) it's a bit too late now :D
The text was updated successfully, but these errors were encountered:
The summary of
save_result
is "Save processed data to storage". This can be misleading to users who start synchronous jobs to "just have a look": They don't actually want to save something, especially not to storage -- they just want to output it.Considering the above use case of "just a look", it's not obvious that you always need this process to actually get results from any process graph.
Looking back it might've been smarter to call this process something like
output
, but I guess for changing the name (especially of such a central process) it's a bit too late now :DThe text was updated successfully, but these errors were encountered: