mirror of
https://github.com/apache/superset.git
synced 2026-07-16 03:35:45 +00:00
chore: add release to pip requirements (#17752)
* add requests to pip requirements * fix tests * add redis typing for mypy * fix test
This commit is contained in:
@@ -19,7 +19,6 @@ import unittest
|
||||
from typing import Set
|
||||
|
||||
import pytest
|
||||
import sqlparse
|
||||
|
||||
from superset.exceptions import QueryClauseValidationException
|
||||
from superset.sql_parse import (
|
||||
@@ -949,9 +948,6 @@ INSERT INTO TABLE (foo) VALUES (42);
|
||||
|
||||
|
||||
def test_is_select_cte_with_comments() -> None:
|
||||
"""
|
||||
Some CTES with comments are not correctly identified as SELECTS.
|
||||
"""
|
||||
sql = ParsedQuery(
|
||||
"""WITH blah AS
|
||||
(SELECT * FROM core_dev.manager_team),
|
||||
|
||||
Reference in New Issue
Block a user