mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
fix: methods incorrect type and update deprecated targets (#23935)
This commit is contained in:
committed by
GitHub
parent
841726d432
commit
694f93326d
@@ -37,7 +37,7 @@ class DatasourceRestApi(BaseSupersetApi):
|
||||
|
||||
@expose(
|
||||
"/<datasource_type>/<int:datasource_id>/column/<column_name>/values/",
|
||||
methods=["GET"],
|
||||
methods=("GET",),
|
||||
)
|
||||
@protect()
|
||||
@safe
|
||||
|
||||
Reference in New Issue
Block a user