Add remaining resource types to remote workspace collection#317
Open
dbx-shauver wants to merge 1 commit intorelease/0.8.0from
Open
Add remaining resource types to remote workspace collection#317dbx-shauver wants to merge 1 commit intorelease/0.8.0from
dbx-shauver wants to merge 1 commit intorelease/0.8.0from
Conversation
…mote collection
Adds four resource types to the remote workspace (non-current) collection loop
in BrickHound's data collection notebook:
- Instance Pools: vertices + permissions.get("instance-pools")
- MLflow Experiments: vertices + permissions.get("experiments")
- Alerts: vertices only (no ACL API available)
- Vector Search Endpoints: vertices only (no ACL API available)
All use ws_{ws_id}_ prefixed vertex IDs. Each block gated by existing
COLLECTION_CONFIG flags and wrapped in try/except.
Co-authored-by: Isaac
6 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
permissions.get()ws_{ws_id}_prefixed vertex IDs, consistent with remote collection convention from PRs 2/3COLLECTION_CONFIGflagsContext
This is PR 4 of 5 in the cross-workspace collection gap closure plan. Builds on the structural refactor from PR #313.
Test plan
brickhound_verticescontainsInstancePool,Experiment,Alert,VectorSearchEndpointrows withws_{ws_id}_prefixed IDs for remote workspacesbrickhound_edgescontains permission edges for Instance Pools and Experimentscollect_instance_pools=Falseskips Instance Pool collectionThis pull request was AI-assisted by Isaac.