Updated invitation with note: Superset Community Monthly Town Hall @ Thu Jul 3, 2025 9am - 10am (PDT) (dev@superset.apache.org)

2025-06-05 Thread Superset Committers
BEGIN:VCALENDAR PRODID:-//Google Inc//Google Calendar 70.9054//EN VERSION:2.0 CALSCALE:GREGORIAN METHOD:REQUEST BEGIN:VTIMEZONE TZID:America/New_York X-LIC-LOCATION:America/New_York BEGIN:DAYLIGHT TZOFFSETFROM:-0500 TZOFFSETTO:-0400 TZNAME:EDT DTSTART:19700308T02 RRULE:FREQ=YEARLY;BYMONTH=3;BYD

Re: [DONE] [SIP-117] Improve SQL parsing

2025-06-05 Thread Michael S. Molina
Huge congratulations on getting SIP-117 across the finish line! 🎉 It’s clear this took a ton of effort—six months, 18 PRs, and a whole lot of careful thinking—but the result is a major achievement. Centralizing all SQL parsing into SQLScript and SQLStatement, with dialect-aware support and full

Re: [DONE] [SIP-117] Improve SQL parsing

2025-06-05 Thread Quentin Leroy
Thank you !! On Thu, Jun 5, 2025 at 5:43 PM wrote: > > Hi, all! > > I just wanted to give a heads up that SIP-117 > (github.com/apache/superset/issues/26786), "Improve SQL parsing", has > been fully implemented. We now have all the codebase using a single > parser library (`sqlglot`) through two

[DONE] [SIP-117] Improve SQL parsing

2025-06-05 Thread roberto
Hi, all! I just wanted to give a heads up that SIP-117 (github.com/apache/superset/issues/26786), "Improve SQL parsing", has been fully implemented. We now have all the codebase using a single parser library (`sqlglot`) through two new classes: `SQLScript` and `SQLStatement` (a script is a se