no-hup commented on PR #43990:
URL: https://github.com/apache/superset/pull/43990#issuecomment-5682529848

   Heads-up on the red checks: the whole matrix is failing on the DB setup 
step, not on anything in this PR. The error is:
   
   ```
   ERROR [flask_migrate] Error: Multiple head revisions are present for given 
argument 'head';
   please specify a specific target revision, '<branchname>@head' to narrow to 
a specific head, ...
   ```
   
   That's a migration multiple-heads state on `master` — `superset db upgrade` 
can't pick a single head, so every job that boots the app (backend db tests, 
playwright, cypress, docker-build) errors out before running. This branch is 
already merged up to current `master` (`12da1c4e`) and touches only 
`daos/dashboard.py`, `dashboards/api.py`, and one unit test — no migrations. So 
there's nothing here to fix; it'll go green once a merge migration lands on 
`master` and I re-sync. Just flagging so the red isn't read as this PR being 
broken.
   


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