Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PostHog/duckgres
/ GetManagedWarehouse
Method
GetManagedWarehouse
controlplane/admin/api.go:139–139 ·
view source on GitHub ↗
(orgID string)
Source
from the content-addressed store, hash-verified
137
138
// Users CRUD
139
r.GET(
"/users"
, h.listUsers)
140
r.POST(
"/users"
, h.createUser)
141
r.GET(
"/orgs/:id/users/:username"
, h.getUser)
142
r.PUT(
"/orgs/:id/users/:username"
, h.updateUser)
Callers
2
getManagedWarehouse
Method · 0.65
TestMutateManagedWarehouseSerializesConcurrentWriters
Function · 0.65
Implementers
2
gormAPIStore
controlplane/admin/api.go
fakeAPIStore
controlplane/admin/api_test.go
Calls
no outgoing calls
Tested by
1
TestMutateManagedWarehouseSerializesConcurrentWriters
Function · 0.52