databricks-sdk 0.48.0__py3-none-any.whl → 0.50.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of databricks-sdk might be problematic. Click here for more details.

@@ -1192,6 +1192,7 @@ class FileParent:
1192
1192
  class FileParentType(Enum):
1193
1193
 
1194
1194
  LISTING = "LISTING"
1195
+ LISTING_RESOURCE = "LISTING_RESOURCE"
1195
1196
  PROVIDER = "PROVIDER"
1196
1197
 
1197
1198
 
@@ -1947,7 +1948,6 @@ class ListProvidersResponse:
1947
1948
  @dataclass
1948
1949
  class Listing:
1949
1950
  summary: ListingSummary
1950
- """Next Number: 26"""
1951
1951
 
1952
1952
  detail: Optional[ListingDetail] = None
1953
1953
 
@@ -2251,8 +2251,6 @@ class ListingStatus(Enum):
2251
2251
 
2252
2252
  @dataclass
2253
2253
  class ListingSummary:
2254
- """Next Number: 26"""
2255
-
2256
2254
  name: str
2257
2255
 
2258
2256
  listing_type: ListingType
@@ -2452,6 +2450,7 @@ class ListingType(Enum):
2452
2450
 
2453
2451
  class MarketplaceFileType(Enum):
2454
2452
 
2453
+ APP = "APP"
2455
2454
  EMBEDDED_NOTEBOOK = "EMBEDDED_NOTEBOOK"
2456
2455
  PROVIDER_ICON = "PROVIDER_ICON"
2457
2456