mirror of
https://github.com/apache/superset.git
synced 2026-08-12 11:11:01 +00:00
chore(sqllab): remove unused json param (#35065)
This commit is contained in:
@@ -30,6 +30,5 @@ class SqlJsonPayloadSchema(Schema):
|
||||
templateParams = fields.String(allow_none=True) # noqa: N815
|
||||
tmp_table_name = fields.String(allow_none=True)
|
||||
select_as_cta = fields.Boolean(allow_none=True)
|
||||
json = fields.Boolean(allow_none=True)
|
||||
runAsync = fields.Boolean(allow_none=True) # noqa: N815
|
||||
expand_data = fields.Boolean(allow_none=True)
|
||||
|
||||
Reference in New Issue
Block a user