mirror of
https://github.com/apache/superset.git
synced 2026-04-14 05:34:38 +00:00
chore: deprecate multiple old APIs (#28492)
This commit is contained in:
committed by
GitHub
parent
4f693c6db0
commit
c12deed12e
@@ -411,6 +411,6 @@ This configuration is based on
|
||||
menu item called “Schedule” to SQL Lab. When the menu item is clicked, a modal will show up where
|
||||
the user can add the metadata required for scheduling the query.
|
||||
|
||||
This information can then be retrieved from the endpoint `/savedqueryviewapi/api/read` and used to
|
||||
schedule the queries that have `scheduled_queries` in their JSON metadata. For schedulers other than
|
||||
This information can then be retrieved from the endpoint `/api/v1/saved_query/` and used to
|
||||
schedule the queries that have `schedule_info` in their JSON metadata. For schedulers other than
|
||||
Airflow, additional fields can be easily added to the configuration file above.
|
||||
|
||||
Reference in New Issue
Block a user