betodealmeida commented on a change in pull request #17853:
URL: https://github.com/apache/superset/pull/17853#discussion_r774063668



##########
File path: superset/reports/commands/execute.py
##########
@@ -181,7 +175,7 @@ def _get_url(
             user_friendly=user_friendly,
             dashboard_id_or_slug=self._report_schedule.dashboard_id,
             standalone=DashboardStandaloneMode.REPORT.value,
-            force=force,
+            # force=force,  TODO (betodealmeida) implement this

Review comment:
       This is currently not supported by the dashboard API (only the chart 
API), so I thought it would be better to leave it out for now.




-- 
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]

Reply via email to