matebenyovszky commented on PR #39171: URL: https://github.com/apache/superset/pull/39171#issuecomment-4833719300
@michael-s-molina — quick note: the **only CI failure left is a trivial `prettier` formatting issue** in `ephemeralState.ts` (two `set` method signatures need line-breaking). I've opened a 1-line PR against your branch: https://github.com/michael-s-molina/superset/pull/811 Alternatively, from `superset-frontend/`: ```bash npx prettier --write src/core/storage/ephemeralState.ts git add -u && git commit --trailer "Co-authored-by: Cursor <[email protected]>" -m 'Fix prettier formatting' && git push ``` Once that's in, **every CI check is green** and this can be marked **Ready for Review**. Would be awesome to get this over the finish line — it's so close! 🏁 -- 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]
