We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d117a91 commit 29ea8efCopy full SHA for 29ea8ef
lib/superset/dataset/warm_up_cache.rb
@@ -20,7 +20,7 @@ def response
20
logger.info("Hitting #{route} for warming up the cache for the dashboard #{dashboard_id.to_s} and for the dataset #{dataset["datasource_name"]}")
21
api_response(dataset["datasource_name"], dataset["name"])
22
rescue => e
23
- Rollbar.error("Warm up cache failed for the dashboard #{dashboard_id.to_s} and for the dataset #{dataset["datasource_name"]} - #{e.message}")
+ Rollbar.error("Warm up cache failed for the dashboard #{dashboard_id.to_s} and for the dataset #{dataset["datasource_name"]} - #{e}")
24
end
25
26
0 commit comments