luizotavio32 commented on code in PR #36934:
URL: https://github.com/apache/superset/pull/36934#discussion_r2670472092
##########
superset/common/utils/query_cache_manager.py:
##########
@@ -125,6 +129,7 @@ def set_query_result(
"rejected_filter_columns": self.rejected_filter_columns,
"annotation_data": self.annotation_data,
"sql_rowcount": self.sql_rowcount,
+ "queried_dttm": self.queried_dttm,
}
Review Comment:
Resolved on commit
[77fc5dd](https://github.com/apache/superset/pull/36934/commits/77fc5dd3ce3565d7a831eb3854b0595856e94c6c)
##########
superset/common/utils/query_cache_manager.py:
##########
@@ -108,6 +111,7 @@ def set_query_result(
self.df = query_result.df
self.sql_rowcount = query_result.sql_rowcount
self.annotation_data = {} if annotation_data is None else
annotation_data
+ self.queried_dttm =
datetime.now(tz=timezone.utc).isoformat().split(".")[0]
Review Comment:
Resolved on commit
[77fc5dd](https://github.com/apache/superset/pull/36934/commits/77fc5dd3ce3565d7a831eb3854b0595856e94c6c)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]