Asset Review
CreateCleanRoomAssetReviewResponse object
- notebook_reviewsarray of objectBeta
All existing notebook approvals or rejections
Show child attributesHide child attributes
- reviewer_collaborator_aliasstring
Collaborator alias of the reviewer
- created_at_millisint64
When the review was submitted, in epoch milliseconds
- review_statestring
Review outcome
NOTEBOOK_REVIEW_STATE_UNSPECIFIEDAPPROVEDREJECTEDPENDING
- commentstring<= 500 characters
Review comment
- review_sub_reasonstring
Specified when the review was not explicitly made by a user
NOTEBOOK_REVIEW_SUB_REASON_UNSPECIFIEDBACKFILLEDAUTO_APPROVED
- jar_analysis_reviewsarray of objectBeta
All existing jar analysis approvals or rejections
Show child attributesHide child attributes
- reviewer_collaborator_aliasstringPublic Preview
collaborator alias of the reviewer
- created_at_millisint64Public Preview
timestamp of when the review was submitted
- review_statestringPublic Preview
review outcome
JAR_ANALYSIS_REVIEW_STATE_UNSPECIFIEDAPPROVEDREJECTEDPENDING
- commentstring<= 500 charactersPublic Preview
review comment
- review_sub_reasonstringPublic Preview
specified when the review was not explicitly made by a user
JAR_ANALYSIS_REVIEW_SUB_REASON_UNSPECIFIEDAUTO_APPROVED
- notebook_review_statestringBeta
Top-level status derived from all reviews
NOTEBOOK_REVIEW_STATE_UNSPECIFIEDAPPROVEDREJECTEDPENDING
- jar_analysis_review_statestringBeta
top-level status derived from all reviews
JAR_ANALYSIS_REVIEW_STATE_UNSPECIFIEDAPPROVEDREJECTEDPENDING
Create a review (e.g. approval) for an asset Beta
POST
Submit an asset review
API scopes: cleanrooms
Parameters
- clean_room_namestringRequiredpath
Name of the clean room
- asset_typestringRequiredpath
Asset type. Can either be NOTEBOOK_FILE or JAR_ANALYSIS.
ASSET_TYPE_UNSPECIFIEDTABLENOTEBOOK_FILEVOLUMEVIEWFOREIGN_TABLEJAR_ANALYSIS
- namestringRequiredpath
Name of the asset
Request body
- notebook_reviewobject
Show child attributesHide child attributes
- etagstringRequired
Etag identifying the notebook version
- review_statestringRequired
Review outcome
NOTEBOOK_REVIEW_STATE_UNSPECIFIEDAPPROVEDREJECTEDPENDING
- commentstring<= 500 characters
Review comment
- jar_analysis_reviewobject
Show child attributesHide child attributes
- etagstringRequired
Etag identifying the jar analysis version, with its value being a hash of an internally-generated UUID
- review_statestringRequired
Review outcome
JAR_ANALYSIS_REVIEW_STATE_UNSPECIFIEDAPPROVEDREJECTEDPENDING
- commentstring<= 500 characters
Review comment