mirror of
https://github.com/getredash/redash.git
synced 2026-05-05 09:00:09 -04:00
* cloudflare d1 support * updated to use sessions instead of request as suggested by @arikfr * Refactor imports and remove dependency check Removed dependency check for requests_session and cleaned up imports. * Remove blank line in column info extraction Removed unnecessary blank line in the column information extraction section. * Add TYPE_DATETIME to query runner imports * fix Import block is un-sorted & Local variable 'e' * ran ruff check for fixing the lint error * fix backend-lint errors --------- Co-authored-by: Arik Fraimovich <arik@arikfr.com>