style(mypy): Enforcing typing for superset.views (#9939)

Co-authored-by: John Bodley <john.bodley@airbnb.com>
This commit is contained in:
John Bodley
2020-06-05 08:44:11 -07:00
committed by GitHub
parent 5c4d4f16b3
commit 63e0188f45
23 changed files with 440 additions and 340 deletions

View File

@@ -143,7 +143,7 @@ class PrestoDBSQLValidator(BaseSQLValidator):
@classmethod
def validate(
cls, sql: str, schema: str, database: Any
cls, sql: str, schema: Optional[str], database: Database
) -> List[SQLValidationAnnotation]:
"""
Presto supports query-validation queries by running them with a