Elliana May
Elliana May
it's something like this (sorry, don't have it to hand atm) ```typescript interface MailmapLine { newName: string; newEmail: string; oldName: string; oldEmail: string; } function parseMailMap(mailmap: string): MailmapLine[] { const...
I think anything that tells someone how to use it would be good; i have a bravia, but no wireless 'dongle'. I'm not even sure if there is one available...
Might be worth investigating syntax extensions in the language instead
Could also look at using https://pypi.org/project/sqlglot/ instead?
I've raised a pr upstream: https://github.com/duckdb/duckdb/pull/4075
Which old versions of sqlalchemy are you trying to support?
It looks like the current superset version only supports >=1.4 https://github.com/apache/superset/blob/master/setup.py#L118
I've merged most of these changes in another pr, #404 so thanks for those. The remaining changes don't seem to be required and in fact introduce a potential security issue...
Hi @cofin, given that Sqlalchemy 2 hasn't been released in any form (to my knowledge anyway, it doesn't even seem to be on pypi yet) and has a number of...
In my own testing it looks like there are many breaking changes that would require work in duckdb-engine. Until sqlalchemy 2 is closer to being released (probably when it's actually...