You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.
We are now leveraging the settings manager to invoke self-driving related functionalities (e.g., pilot_planning, train_forecast_model, and clear_query_cache). That's not what exactly the setting manager is designed for. Instead, we may want to add UDFs/built-in functions that can invoke these functionalities. For example, we can add a self_driving_action(action_enum) function, and use functions like select self_driving_action('clear_query_cache') to perform those behavior.
The text was updated successfully, but these errors were encountered:
We are now leveraging the settings manager to invoke self-driving related functionalities (e.g.,
pilot_planning
,train_forecast_model
, andclear_query_cache
). That's not what exactly the setting manager is designed for. Instead, we may want to add UDFs/built-in functions that can invoke these functionalities. For example, we can add aself_driving_action(action_enum)
function, and use functions likeselect self_driving_action('clear_query_cache')
to perform those behavior.The text was updated successfully, but these errors were encountered: