Skip to main content

Provider Personalization Request

View as Markdown

PersonalizationRequest object

idstringPublic Preview
consumer_regionobjectPublic Preview
Show child attributesHide child attributes
cloudstringPublic Preview
regionstringPublic Preview
contact_infoobjectPublic Preview
Show child attributesHide child attributes
first_namestringPublic Preview
last_namestringPublic Preview
emailstringPublic Preview
companystringPublic Preview
commentstringPublic Preview
intended_usestringPublic Preview
statusstringPublic Preview

Values: NEW, REQUEST_PENDING, FULFILLED, DENIED

status_messagestringPublic Preview
shareobjectPublic Preview

Share information is required for data listings but should be empty/ignored for non-data listings (MCP and App).

Show child attributesHide child attributes
namestringPublic Preview
typestringPublic Preview

Values: SAMPLE, FULL

created_atint64Public Preview
listing_idstringPublic Preview
updated_atint64Public Preview
metastore_idstringPublic Preview
listing_namestringPublic Preview
is_from_lighthousebooleanPublic Preview
provider_idstringPublic Preview
recipient_typestringPublic Preview

Values: DELTA_SHARING_RECIPIENT_TYPE_DATABRICKS, DELTA_SHARING_RECIPIENT_TYPE_OPEN

List Public Preview

GET /api/2.0/marketplace-provider/personalization-requests

List personalization requests to this provider. This will return all personalization requests, regardless of which listing they are for.

API scopes: marketplace

Parameters

page_tokenstringquery
page_sizeint32query

Response

Returns a list of PersonalizationRequest objects.

Update Public Preview

PUT /api/2.0/marketplace-provider/listings/{listing_id}/personalization-requests/{request_id}/request-status

Update personalization request. This method only permits updating the status of the request.

API scopes: marketplace

Parameters

listing_idstringRequiredpath
request_idstringRequiredpath

Request body

statusstringRequired

Values: NEW, REQUEST_PENDING, FULFILLED, DENIED

reasonstring
shareobject
Show child attributesHide child attributes
namestringRequired
typestringRequired

Values: SAMPLE, FULL

Response

requestobject
Show child attributesHide child attributes
idstring
consumer_regionobjectRequired
Show child attributesHide child attributes
cloudstring
regionstring
contact_infoobject
Show child attributesHide child attributes
first_namestring
last_namestring
emailstring
companystring
commentstring
intended_usestring
statusstring

Values: NEW, REQUEST_PENDING, FULFILLED, DENIED

status_messagestring
shareobject

Share information is required for data listings but should be empty/ignored for non-data listings (MCP and App).

Show child attributesHide child attributes
namestringRequired
typestringRequired

Values: SAMPLE, FULL

created_atint64
listing_idstring
updated_atint64
metastore_idstring
listing_namestring
is_from_lighthouseboolean
provider_idstring
recipient_typestring

Values: DELTA_SHARING_RECIPIENT_TYPE_DATABRICKS, DELTA_SHARING_RECIPIENT_TYPE_OPEN