Skip to content

Commit b69a1d0

Browse files
committed
update agent instructions
1 parent c7149d5 commit b69a1d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/core_concepts/28_agent_workers/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ GRANT SELECT on config to agent;
3535
GRANT SELECT on global_settings to agent;
3636
GRANT SELECT, INSERT, UPDATE on worker_ping to agent;
3737
GRANT ALL on concurrency_counter to agent;
38+
GRANT SELECT, INSERT on pip_resolution_cache to agent;
3839

3940
CREATE POLICY agent ON queue TO agent USING (tag = '<x>' OR tag = '<y>');
4041
CREATE POLICY agent ON completed_job TO agent USING (true);

0 commit comments

Comments
 (0)