We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7149d5 commit b69a1d0Copy full SHA for b69a1d0
docs/core_concepts/28_agent_workers/index.mdx
@@ -35,6 +35,7 @@ GRANT SELECT on config to agent;
35
GRANT SELECT on global_settings to agent;
36
GRANT SELECT, INSERT, UPDATE on worker_ping to agent;
37
GRANT ALL on concurrency_counter to agent;
38
+GRANT SELECT, INSERT on pip_resolution_cache to agent;
39
40
CREATE POLICY agent ON queue TO agent USING (tag = '<x>' OR tag = '<y>');
41
CREATE POLICY agent ON completed_job TO agent USING (true);
0 commit comments