AAfghahi commented on code in PR #20903:
URL: https://github.com/apache/superset/pull/20903#discussion_r942732410
##########
superset/reports/commands/execute.py:
##########
@@ -305,6 +306,27 @@ def _update_query_context(self) -> None:
"Please try loading the chart and saving it again."
) from ex
+ def _get_log_data(self) -> Dict[str, Any]:
+ chart_id = None
+ dashboard_id = None
+ owners = json.loads(self._report_schedule.owners) or None
Review Comment:
it should be an array
--
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]