rusackas opened a new pull request, #43012:
URL: https://github.com/apache/superset/pull/43012
Follow-up to #41336. Addresses review feedback that was left unresolved when
that PR merged.
### SUMMARY
Wraps the "Report schedule execution started successfully" response message
from the new `POST /api/v1/report/{pk}/execute` endpoint in `gettext()`,
matching how other messages in `superset/reports/api.py` are translated (e.g.
the delete endpoint's `ngettext` usage).
The other item flagged in review, using `fields.UUID()` for `execution_id`
in `ReportScheduleExecuteResponseSchema`, is already in place as of #41336, so
no change was needed there.
### TESTING INSTRUCTIONS
- `pre-commit run --files superset/reports/api.py`
- Existing coverage: `tests/integration_tests/reports/api_tests.py -k
execute`
### ADDITIONAL INFORMATION
- [ ] Has associated issue:
- [ ] Required feature flags:
- [ ] Changes UI
- [ ] Includes DB Migration
- [ ] Introduces new feature or API
- [ ] Removes existing feature or API
--
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]