Manas Jain
09/18/2020, 8:04 AMsashank
09/18/2020, 1:47 PMManas Jain
09/19/2020, 10:10 AMsashank
09/19/2020, 6:20 PMcapturing the inputs passed on to each solid, the start time and end time for each solid, some other query execution data, success/failure, etcIt also might help to understand what your overall goal here is. Dagster already most of these things, and you could use Assets or Materializations to track the query execution data: https://docs.dagster.io/overview/asset-materializations
alex
09/21/2020, 2:51 PMresource
- then the implementation can be as complex as your execution substrate requires. If you are just doing in process execution you can just use an in memory dictionary, but if its distributed you will need to store things externally