chore: deprecate multiple old APIs (#28492)

This commit is contained in:
Daniel Vaz Gaspar
2024-05-14 22:00:45 +01:00
committed by GitHub
parent 4f693c6db0
commit c12deed12e
11 changed files with 35 additions and 82 deletions

View File

@@ -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.