From 8cfdaccc29f421d31d8722c48237afef5402232b Mon Sep 17 00:00:00 2001 From: Future-Outlier Date: Wed, 10 Apr 2024 15:10:21 +0800 Subject: [PATCH] revert bigquery_query_job_task Signed-off-by: Future-Outlier --- docs/flyte_agents/developing_agents.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/flyte_agents/developing_agents.md b/docs/flyte_agents/developing_agents.md index 0cbd283388..fe55630248 100644 --- a/docs/flyte_agents/developing_agents.md +++ b/docs/flyte_agents/developing_agents.md @@ -199,7 +199,7 @@ you can route particular task requests to designated agent services by adjusting plugins: agent-service: supportedTaskTypes: - - sensor + - bigquery_query_job_task - default_task - custom_task # By default, all requests will be sent to the default agent.