Vitor-Avila opened a new pull request, #26540:
URL: https://github.com/apache/superset/pull/26540

   ### SUMMARY
   The API responses for fetching all charts (`/api/v1/chart/`) and all 
datasets (`/api/v1/dataset/`) don't include the `changed_by.id` attribute. This 
is useful when implementing automations to maintain content (that involve 
reaching out to the user that last modified it). 
   
   This PR includes this field in the two API responses. It is already 
available when fetching all dashboards (`/api/v1/dashboard/`).
   
   ### TESTING INSTRUCTIONS
   1. Make sure you have at least 1 chart and 1 dashboard created.
   2. Overwrite/modify both of them.
   3. Send a `GET` request to `/api/v1/chart/` and confirm the `changed_by.id` 
is visible there. 
   4. Send a `GET` request to `/api/v1/dataset/` and confirm the 
`changed_by.id` is visible there. 
   
   ### ADDITIONAL INFORMATION
   - [ ] Has associated issue:
   - [ ] Required feature flags:
   - [ ] Changes UI
   - [ ] Includes DB Migration (follow approval process in 
[SIP-59](https://github.com/apache/superset/issues/13351))
     - [ ] Migration is atomic, supports rollback & is backwards-compatible
     - [ ] Confirm DB migration upgrade and downgrade tested
     - [ ] Runtime estimates and downtime expectations provided
   - [ ] 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: notifications-unsubscr...@superset.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org
For additional commands, e-mail: notifications-h...@superset.apache.org

Reply via email to