alexburgoon commented on issue #32342:
URL: https://github.com/apache/superset/issues/32342#issuecomment-2701703254
It turns out there was one dataset causing the recursion error. The SQL
wasn't that complicated but once we deleted that the upgrade went through.
However, we did run into another issue upgrading a different environment. This
time the SQL parser throw a syntax error on some Jinja block {% ... %}, which I
thought was allowed. As a workaround, I temporarily installed sqloxide before
running the database migrations. This caused it to regex sub out the jinja
blocks and everything to go through.
--
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]