internal
workspaces
Append Workspace County
Insert a single pending workspace_counties row.
The env-matched workspace_county_pickup_{staging,prod} Dagster sensor picks the row up on its next tick (≤30s typical), registers the partition, launches sandbox_load, and the run-status callbacks stamp completion back. workspace_counties is the single source of truth for workspace RBAC — WorkspaceCountyRepository.get_loaded_fips reads it directly.
post/api/v1/internal/workspaces/{workspace_id}/counties
Path parameters
workspace_idstring uuid required
Request body
Response
Successful Response
Changes
Changed in 1 of the 15 revisions of this API.1
- ●
added the new
inheritedenum value to theload_statusresponse property for the response status200response-property-enum-value-added
- ●