Adam Stone
06/21/2023, 9:32 AMINFO
message saying “results saved to cache” or something like that so it’s clearer when caching is happening vs not? Or is caching typically a behind-the-scenes action?Taylor Curran
06/21/2023, 9:33 AMAdam Stone
06/21/2023, 9:34 AMNemanja T
06/21/2023, 9:43 AM10:42:34.400 | INFO | prefect.engine - Created flow run 'pearl-fox' for flow 'fetch-weather-metrics'
10:42:34.495 | INFO | Flow run 'pearl-fox' - Created task run 'get_temperature-0' for task 'get_temperature'
10:42:34.495 | INFO | Flow run 'pearl-fox' - Executing 'get_temperature-0' immediately...
10:42:34.631 | INFO | Task run 'get_temperature-0' - Most recent temp C: 19.5 degrees
10:42:34.657 | INFO | Task run 'get_temperature-0' - Finished in state Completed()
10:42:34.674 | INFO | Flow run 'pearl-fox' - Created task run 'get_rain-0' for task 'get_rain'
10:42:34.674 | INFO | Flow run 'pearl-fox' - Executing 'get_rain-0' immediately...
10:42:34.818 | INFO | Task run 'get_rain-0' - Rain status: 0.0
10:42:34.843 | INFO | Task run 'get_rain-0' - Finished in state Completed()
10:42:34.858 | INFO | Flow run 'pearl-fox' - Created task run 'get_visibility-0' for task 'get_visibility'
10:42:34.859 | INFO | Flow run 'pearl-fox' - Executing 'get_visibility-0' immediately...
10:42:34.887 | INFO | Task run 'get_visibility-0' - Finished in state Cached(type=COMPLETED)
10:42:34.925 | INFO | Flow run 'pearl-fox' - Finished in state Completed('All states completed.')