w.consumer_providers: Consumer Providers

class databricks.sdk.service.marketplace.ConsumerProvidersAPI

Providers are the entities that publish listings to the Marketplace.

get(id: str) GetProviderResponse

Get a provider.

Get a provider in the Databricks Marketplace with at least one visible listing.

Parameters:

id – str

Returns:

GetProviderResponse

list([, is_featured: Optional[bool], page_size: Optional[int], page_token: Optional[str]]) Iterator[ProviderInfo]

List providers.

List all providers in the Databricks Marketplace with at least one visible listing.

Parameters:
  • is_featured – bool (optional)

  • page_size – int (optional)

  • page_token – str (optional)

Returns:

Iterator over ProviderInfo