cribl-control-plane 0.2.1rc11__py3-none-any.whl → 0.4.0a12__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 cribl-control-plane might be problematic. Click here for more details.

Files changed (136) hide show
  1. cribl_control_plane/_version.py +4 -4
  2. cribl_control_plane/acl.py +6 -4
  3. cribl_control_plane/basesdk.py +6 -0
  4. cribl_control_plane/branches.py +8 -4
  5. cribl_control_plane/commits.py +42 -28
  6. cribl_control_plane/commits_files.py +12 -8
  7. cribl_control_plane/configs_versions.py +10 -4
  8. cribl_control_plane/destinations.py +30 -20
  9. cribl_control_plane/destinations_pq.py +12 -8
  10. cribl_control_plane/groups_sdk.py +60 -24
  11. cribl_control_plane/health.py +2 -0
  12. cribl_control_plane/hectokens.py +32 -8
  13. cribl_control_plane/lakedatasets.py +86 -20
  14. cribl_control_plane/models/__init__.py +568 -214
  15. cribl_control_plane/models/addhectokenrequest.py +7 -1
  16. cribl_control_plane/models/createconfiggroupbyproductop.py +20 -1
  17. cribl_control_plane/models/createcribllakedatasetbylakeidop.py +19 -1
  18. cribl_control_plane/models/createinputhectokenbyidop.py +20 -1
  19. cribl_control_plane/models/{countedlistgitdiffresult.py → createinputop.py} +9 -5
  20. cribl_control_plane/models/{countedlistgitshowresult.py → createoutputop.py} +9 -5
  21. cribl_control_plane/models/createoutputtestbyidop.py +20 -1
  22. cribl_control_plane/models/{countedlistpackinstallinfo.py → createpacksop.py} +6 -2
  23. cribl_control_plane/models/createpipelineop.py +24 -0
  24. cribl_control_plane/models/createroutesappendbyidop.py +20 -2
  25. cribl_control_plane/models/createversioncommitop.py +19 -1
  26. cribl_control_plane/models/{countedliststring.py → createversionpushop.py} +6 -2
  27. cribl_control_plane/models/createversionrevertop.py +19 -1
  28. cribl_control_plane/models/createversionundoop.py +18 -1
  29. cribl_control_plane/models/deleteconfiggroupbyproductandidop.py +20 -1
  30. cribl_control_plane/models/deletecribllakedatasetbylakeidandidop.py +20 -1
  31. cribl_control_plane/models/deleteinputbyidop.py +20 -1
  32. cribl_control_plane/models/deleteoutputbyidop.py +20 -1
  33. cribl_control_plane/models/deleteoutputpqbyidop.py +19 -1
  34. cribl_control_plane/models/deletepacksbyidop.py +20 -1
  35. cribl_control_plane/models/deletepipelinebyidop.py +20 -1
  36. cribl_control_plane/models/getconfiggroupaclbyproductandidop.py +19 -1
  37. cribl_control_plane/models/getconfiggroupaclteamsbyproductandidop.py +19 -1
  38. cribl_control_plane/models/getconfiggroupbyproductandidop.py +19 -1
  39. cribl_control_plane/models/getconfiggroupconfigversionbyproductandidop.py +19 -1
  40. cribl_control_plane/models/getcribllakedatasetbylakeidandidop.py +20 -1
  41. cribl_control_plane/models/getcribllakedatasetbylakeidop.py +79 -2
  42. cribl_control_plane/models/getinputbyidop.py +20 -1
  43. cribl_control_plane/models/getmasterworkerentryop.py +18 -1
  44. cribl_control_plane/models/getoutputbyidop.py +20 -1
  45. cribl_control_plane/models/getoutputpqbyidop.py +20 -1
  46. cribl_control_plane/models/getoutputsamplesbyidop.py +20 -1
  47. cribl_control_plane/models/getpacksbyidop.py +20 -1
  48. cribl_control_plane/models/getpacksop.py +19 -1
  49. cribl_control_plane/models/getpipelinebyidop.py +20 -1
  50. cribl_control_plane/models/getroutesbyidop.py +20 -1
  51. cribl_control_plane/models/getsummaryop.py +19 -1
  52. cribl_control_plane/models/{countedlistbranchinfo.py → getversionbranchop.py} +6 -2
  53. cribl_control_plane/models/getversioncountop.py +19 -1
  54. cribl_control_plane/models/getversiondiffop.py +19 -1
  55. cribl_control_plane/models/getversionfilesop.py +19 -1
  56. cribl_control_plane/models/{countedlistgitinfo.py → getversioninfoop.py} +6 -2
  57. cribl_control_plane/models/getversionop.py +19 -1
  58. cribl_control_plane/models/getversionshowop.py +19 -1
  59. cribl_control_plane/models/getversionstatusop.py +19 -1
  60. cribl_control_plane/models/input.py +18 -15
  61. cribl_control_plane/models/inputcloudflarehec.py +513 -0
  62. cribl_control_plane/models/inputfile.py +7 -0
  63. cribl_control_plane/models/listconfiggroupbyproductop.py +19 -1
  64. cribl_control_plane/models/{countedlistinput.py → listinputop.py} +6 -2
  65. cribl_control_plane/models/listmasterworkerentryop.py +19 -1
  66. cribl_control_plane/models/{countedlistoutput.py → listoutputop.py} +6 -2
  67. cribl_control_plane/models/{countedlistpipeline.py → listpipelineop.py} +6 -2
  68. cribl_control_plane/models/{countedlistroutes.py → listroutesop.py} +6 -2
  69. cribl_control_plane/models/output.py +23 -17
  70. cribl_control_plane/models/outputazureblob.py +14 -0
  71. cribl_control_plane/models/outputazuredataexplorer.py +7 -0
  72. cribl_control_plane/models/outputchronicle.py +5 -0
  73. cribl_control_plane/models/outputcloudflarer2.py +632 -0
  74. cribl_control_plane/models/outputcribllake.py +14 -0
  75. cribl_control_plane/models/outputdatabricks.py +19 -0
  76. cribl_control_plane/models/outputdls3.py +14 -0
  77. cribl_control_plane/models/outputexabeam.py +7 -0
  78. cribl_control_plane/models/outputfilesystem.py +14 -0
  79. cribl_control_plane/models/outputgooglecloudstorage.py +14 -0
  80. cribl_control_plane/models/outputmicrosoftfabric.py +540 -0
  81. cribl_control_plane/models/outputminio.py +19 -4
  82. cribl_control_plane/models/outputnetflow.py +7 -0
  83. cribl_control_plane/models/outputs3.py +14 -0
  84. cribl_control_plane/models/outputsecuritylake.py +14 -0
  85. cribl_control_plane/models/outputsyslog.py +7 -0
  86. cribl_control_plane/models/runnablejobcollection.py +0 -8
  87. cribl_control_plane/models/runnablejobexecutor.py +0 -4
  88. cribl_control_plane/models/runnablejobscheduledsearch.py +0 -4
  89. cribl_control_plane/models/updateconfiggroupbyproductandidop.py +19 -1
  90. cribl_control_plane/models/updateconfiggroupdeploybyproductandidop.py +20 -1
  91. cribl_control_plane/models/updatecribllakedatasetbylakeidandidop.py +20 -1
  92. cribl_control_plane/models/updatehectokenrequest.py +7 -1
  93. cribl_control_plane/models/updateinputbyidop.py +19 -1
  94. cribl_control_plane/models/updateinputhectokenbyidandtokenop.py +20 -1
  95. cribl_control_plane/models/updateoutputbyidop.py +19 -1
  96. cribl_control_plane/models/updatepacksbyidop.py +20 -1
  97. cribl_control_plane/models/updatepipelinebyidop.py +19 -1
  98. cribl_control_plane/models/updateroutesbyidop.py +19 -1
  99. cribl_control_plane/nodes.py +16 -8
  100. cribl_control_plane/packs.py +32 -20
  101. cribl_control_plane/pipelines.py +30 -20
  102. cribl_control_plane/routes_sdk.py +28 -16
  103. cribl_control_plane/samples.py +12 -8
  104. cribl_control_plane/sources.py +30 -20
  105. cribl_control_plane/statuses.py +6 -4
  106. cribl_control_plane/summaries.py +6 -8
  107. cribl_control_plane/teams.py +6 -4
  108. cribl_control_plane/tokens.py +2 -0
  109. cribl_control_plane/utils/forms.py +21 -10
  110. cribl_control_plane/utils/queryparams.py +14 -2
  111. cribl_control_plane/utils/retries.py +69 -5
  112. cribl_control_plane/utils/unmarshal_json_response.py +15 -1
  113. cribl_control_plane/versions_configs.py +6 -4
  114. {cribl_control_plane-0.2.1rc11.dist-info → cribl_control_plane-0.4.0a12.dist-info}/METADATA +28 -36
  115. {cribl_control_plane-0.2.1rc11.dist-info → cribl_control_plane-0.4.0a12.dist-info}/RECORD +117 -131
  116. cribl_control_plane-0.4.0a12.dist-info/licenses/LICENSE +201 -0
  117. cribl_control_plane/models/countedlistconfiggroup.py +0 -20
  118. cribl_control_plane/models/countedlistcribllakedataset.py +0 -20
  119. cribl_control_plane/models/countedlistdistributedsummary.py +0 -20
  120. cribl_control_plane/models/countedlistgitcommitsummary.py +0 -20
  121. cribl_control_plane/models/countedlistgitcountresult.py +0 -20
  122. cribl_control_plane/models/countedlistgitfilesresponse.py +0 -20
  123. cribl_control_plane/models/countedlistgitlogresult.py +0 -20
  124. cribl_control_plane/models/countedlistgitrevertresult.py +0 -20
  125. cribl_control_plane/models/countedlistgitstatusresult.py +0 -20
  126. cribl_control_plane/models/countedlistinputsplunkhec.py +0 -20
  127. cribl_control_plane/models/countedlistjobinfo.py +0 -20
  128. cribl_control_plane/models/countedlistmasterworkerentry.py +0 -20
  129. cribl_control_plane/models/countedlistnumber.py +0 -19
  130. cribl_control_plane/models/countedlistobject.py +0 -19
  131. cribl_control_plane/models/countedlistoutputsamplesresponse.py +0 -20
  132. cribl_control_plane/models/countedlistoutputtestresponse.py +0 -20
  133. cribl_control_plane/models/countedlistpackinfo.py +0 -20
  134. cribl_control_plane/models/countedlistteamaccesscontrollist.py +0 -20
  135. cribl_control_plane/models/countedlistuseraccesscontrollist.py +0 -20
  136. {cribl_control_plane-0.2.1rc11.dist-info → cribl_control_plane-0.4.0a12.dist-info}/WHEEL +0 -0
@@ -39,7 +39,7 @@ class LakeDatasets(BaseSDK):
39
39
  server_url: Optional[str] = None,
40
40
  timeout_ms: Optional[int] = None,
41
41
  http_headers: Optional[Mapping[str, str]] = None,
42
- ) -> models.CountedListCriblLakeDataset:
42
+ ) -> models.CreateCriblLakeDatasetByLakeIDResponse:
43
43
  r"""Create a Lake Dataset
44
44
 
45
45
  Create a new Lake Dataset in the specified Lake.
@@ -118,6 +118,7 @@ class LakeDatasets(BaseSDK):
118
118
  "json",
119
119
  models.CriblLakeDataset,
120
120
  ),
121
+ allow_empty_value=None,
121
122
  timeout_ms=timeout_ms,
122
123
  )
123
124
 
@@ -146,7 +147,9 @@ class LakeDatasets(BaseSDK):
146
147
 
147
148
  response_data: Any = None
148
149
  if utils.match_response(http_res, "200", "application/json"):
149
- return unmarshal_json_response(models.CountedListCriblLakeDataset, http_res)
150
+ return unmarshal_json_response(
151
+ models.CreateCriblLakeDatasetByLakeIDResponse, http_res
152
+ )
150
153
  if utils.match_response(http_res, "500", "application/json"):
151
154
  response_data = unmarshal_json_response(errors.ErrorData, http_res)
152
155
  raise errors.Error(response_data, http_res)
@@ -188,7 +191,7 @@ class LakeDatasets(BaseSDK):
188
191
  server_url: Optional[str] = None,
189
192
  timeout_ms: Optional[int] = None,
190
193
  http_headers: Optional[Mapping[str, str]] = None,
191
- ) -> models.CountedListCriblLakeDataset:
194
+ ) -> models.CreateCriblLakeDatasetByLakeIDResponse:
192
195
  r"""Create a Lake Dataset
193
196
 
194
197
  Create a new Lake Dataset in the specified Lake.
@@ -267,6 +270,7 @@ class LakeDatasets(BaseSDK):
267
270
  "json",
268
271
  models.CriblLakeDataset,
269
272
  ),
273
+ allow_empty_value=None,
270
274
  timeout_ms=timeout_ms,
271
275
  )
272
276
 
@@ -295,7 +299,9 @@ class LakeDatasets(BaseSDK):
295
299
 
296
300
  response_data: Any = None
297
301
  if utils.match_response(http_res, "200", "application/json"):
298
- return unmarshal_json_response(models.CountedListCriblLakeDataset, http_res)
302
+ return unmarshal_json_response(
303
+ models.CreateCriblLakeDatasetByLakeIDResponse, http_res
304
+ )
299
305
  if utils.match_response(http_res, "500", "application/json"):
300
306
  response_data = unmarshal_json_response(errors.ErrorData, http_res)
301
307
  raise errors.Error(response_data, http_res)
@@ -312,16 +318,28 @@ class LakeDatasets(BaseSDK):
312
318
  self,
313
319
  *,
314
320
  lake_id: str,
321
+ storage_location_id: Optional[str] = None,
322
+ format_: Optional[str] = None,
323
+ exclude_ddss: Optional[bool] = None,
324
+ exclude_deleted: Optional[bool] = None,
325
+ exclude_internal: Optional[bool] = None,
326
+ exclude_byos: Optional[bool] = None,
315
327
  retries: OptionalNullable[utils.RetryConfig] = UNSET,
316
328
  server_url: Optional[str] = None,
317
329
  timeout_ms: Optional[int] = None,
318
330
  http_headers: Optional[Mapping[str, str]] = None,
319
- ) -> models.CountedListCriblLakeDataset:
331
+ ) -> models.GetCriblLakeDatasetByLakeIDResponse:
320
332
  r"""List all Lake Datasets
321
333
 
322
334
  Get a list of all Lake Datasets in the specified Lake.
323
335
 
324
336
  :param lake_id: The <code>id</code> of the Lake that contains the Lake Datasets to list.
337
+ :param storage_location_id: Filter datasets by storage location ID. Use <code>default</code> for default storage location.
338
+ :param format_: Filter datasets by format. Set to <code>ddss</code> to return only DDSS datasets.
339
+ :param exclude_ddss: Exclude DDSS format datasets from the response.
340
+ :param exclude_deleted: Exclude deleted datasets from the response.
341
+ :param exclude_internal: Exclude internal datasets (those with IDs starting with <code>cribl_</code>) from the response.
342
+ :param exclude_byos: Exclude BYOS (Bring Your Own Storage) datasets from the response.
325
343
  :param retries: Override the default retry configuration for this method
326
344
  :param server_url: Override the default server URL for this method
327
345
  :param timeout_ms: Override the default request timeout configuration for this method in milliseconds
@@ -339,6 +357,12 @@ class LakeDatasets(BaseSDK):
339
357
 
340
358
  request = models.GetCriblLakeDatasetByLakeIDRequest(
341
359
  lake_id=lake_id,
360
+ storage_location_id=storage_location_id,
361
+ format_=format_,
362
+ exclude_ddss=exclude_ddss,
363
+ exclude_deleted=exclude_deleted,
364
+ exclude_internal=exclude_internal,
365
+ exclude_byos=exclude_byos,
342
366
  )
343
367
 
344
368
  req = self._build_request(
@@ -354,6 +378,7 @@ class LakeDatasets(BaseSDK):
354
378
  accept_header_value="application/json",
355
379
  http_headers=http_headers,
356
380
  security=self.sdk_configuration.security,
381
+ allow_empty_value=None,
357
382
  timeout_ms=timeout_ms,
358
383
  )
359
384
 
@@ -382,7 +407,9 @@ class LakeDatasets(BaseSDK):
382
407
 
383
408
  response_data: Any = None
384
409
  if utils.match_response(http_res, "200", "application/json"):
385
- return unmarshal_json_response(models.CountedListCriblLakeDataset, http_res)
410
+ return unmarshal_json_response(
411
+ models.GetCriblLakeDatasetByLakeIDResponse, http_res
412
+ )
386
413
  if utils.match_response(http_res, "500", "application/json"):
387
414
  response_data = unmarshal_json_response(errors.ErrorData, http_res)
388
415
  raise errors.Error(response_data, http_res)
@@ -399,16 +426,28 @@ class LakeDatasets(BaseSDK):
399
426
  self,
400
427
  *,
401
428
  lake_id: str,
429
+ storage_location_id: Optional[str] = None,
430
+ format_: Optional[str] = None,
431
+ exclude_ddss: Optional[bool] = None,
432
+ exclude_deleted: Optional[bool] = None,
433
+ exclude_internal: Optional[bool] = None,
434
+ exclude_byos: Optional[bool] = None,
402
435
  retries: OptionalNullable[utils.RetryConfig] = UNSET,
403
436
  server_url: Optional[str] = None,
404
437
  timeout_ms: Optional[int] = None,
405
438
  http_headers: Optional[Mapping[str, str]] = None,
406
- ) -> models.CountedListCriblLakeDataset:
439
+ ) -> models.GetCriblLakeDatasetByLakeIDResponse:
407
440
  r"""List all Lake Datasets
408
441
 
409
442
  Get a list of all Lake Datasets in the specified Lake.
410
443
 
411
444
  :param lake_id: The <code>id</code> of the Lake that contains the Lake Datasets to list.
445
+ :param storage_location_id: Filter datasets by storage location ID. Use <code>default</code> for default storage location.
446
+ :param format_: Filter datasets by format. Set to <code>ddss</code> to return only DDSS datasets.
447
+ :param exclude_ddss: Exclude DDSS format datasets from the response.
448
+ :param exclude_deleted: Exclude deleted datasets from the response.
449
+ :param exclude_internal: Exclude internal datasets (those with IDs starting with <code>cribl_</code>) from the response.
450
+ :param exclude_byos: Exclude BYOS (Bring Your Own Storage) datasets from the response.
412
451
  :param retries: Override the default retry configuration for this method
413
452
  :param server_url: Override the default server URL for this method
414
453
  :param timeout_ms: Override the default request timeout configuration for this method in milliseconds
@@ -426,6 +465,12 @@ class LakeDatasets(BaseSDK):
426
465
 
427
466
  request = models.GetCriblLakeDatasetByLakeIDRequest(
428
467
  lake_id=lake_id,
468
+ storage_location_id=storage_location_id,
469
+ format_=format_,
470
+ exclude_ddss=exclude_ddss,
471
+ exclude_deleted=exclude_deleted,
472
+ exclude_internal=exclude_internal,
473
+ exclude_byos=exclude_byos,
429
474
  )
430
475
 
431
476
  req = self._build_request_async(
@@ -441,6 +486,7 @@ class LakeDatasets(BaseSDK):
441
486
  accept_header_value="application/json",
442
487
  http_headers=http_headers,
443
488
  security=self.sdk_configuration.security,
489
+ allow_empty_value=None,
444
490
  timeout_ms=timeout_ms,
445
491
  )
446
492
 
@@ -469,7 +515,9 @@ class LakeDatasets(BaseSDK):
469
515
 
470
516
  response_data: Any = None
471
517
  if utils.match_response(http_res, "200", "application/json"):
472
- return unmarshal_json_response(models.CountedListCriblLakeDataset, http_res)
518
+ return unmarshal_json_response(
519
+ models.GetCriblLakeDatasetByLakeIDResponse, http_res
520
+ )
473
521
  if utils.match_response(http_res, "500", "application/json"):
474
522
  response_data = unmarshal_json_response(errors.ErrorData, http_res)
475
523
  raise errors.Error(response_data, http_res)
@@ -491,7 +539,7 @@ class LakeDatasets(BaseSDK):
491
539
  server_url: Optional[str] = None,
492
540
  timeout_ms: Optional[int] = None,
493
541
  http_headers: Optional[Mapping[str, str]] = None,
494
- ) -> models.CountedListCriblLakeDataset:
542
+ ) -> models.DeleteCriblLakeDatasetByLakeIDAndIDResponse:
495
543
  r"""Delete a Lake Dataset
496
544
 
497
545
  Delete the specified Lake Dataset in the specified Lake
@@ -531,6 +579,7 @@ class LakeDatasets(BaseSDK):
531
579
  accept_header_value="application/json",
532
580
  http_headers=http_headers,
533
581
  security=self.sdk_configuration.security,
582
+ allow_empty_value=None,
534
583
  timeout_ms=timeout_ms,
535
584
  )
536
585
 
@@ -559,7 +608,9 @@ class LakeDatasets(BaseSDK):
559
608
 
560
609
  response_data: Any = None
561
610
  if utils.match_response(http_res, "200", "application/json"):
562
- return unmarshal_json_response(models.CountedListCriblLakeDataset, http_res)
611
+ return unmarshal_json_response(
612
+ models.DeleteCriblLakeDatasetByLakeIDAndIDResponse, http_res
613
+ )
563
614
  if utils.match_response(http_res, "500", "application/json"):
564
615
  response_data = unmarshal_json_response(errors.ErrorData, http_res)
565
616
  raise errors.Error(response_data, http_res)
@@ -581,7 +632,7 @@ class LakeDatasets(BaseSDK):
581
632
  server_url: Optional[str] = None,
582
633
  timeout_ms: Optional[int] = None,
583
634
  http_headers: Optional[Mapping[str, str]] = None,
584
- ) -> models.CountedListCriblLakeDataset:
635
+ ) -> models.DeleteCriblLakeDatasetByLakeIDAndIDResponse:
585
636
  r"""Delete a Lake Dataset
586
637
 
587
638
  Delete the specified Lake Dataset in the specified Lake
@@ -621,6 +672,7 @@ class LakeDatasets(BaseSDK):
621
672
  accept_header_value="application/json",
622
673
  http_headers=http_headers,
623
674
  security=self.sdk_configuration.security,
675
+ allow_empty_value=None,
624
676
  timeout_ms=timeout_ms,
625
677
  )
626
678
 
@@ -649,7 +701,9 @@ class LakeDatasets(BaseSDK):
649
701
 
650
702
  response_data: Any = None
651
703
  if utils.match_response(http_res, "200", "application/json"):
652
- return unmarshal_json_response(models.CountedListCriblLakeDataset, http_res)
704
+ return unmarshal_json_response(
705
+ models.DeleteCriblLakeDatasetByLakeIDAndIDResponse, http_res
706
+ )
653
707
  if utils.match_response(http_res, "500", "application/json"):
654
708
  response_data = unmarshal_json_response(errors.ErrorData, http_res)
655
709
  raise errors.Error(response_data, http_res)
@@ -671,7 +725,7 @@ class LakeDatasets(BaseSDK):
671
725
  server_url: Optional[str] = None,
672
726
  timeout_ms: Optional[int] = None,
673
727
  http_headers: Optional[Mapping[str, str]] = None,
674
- ) -> models.CountedListCriblLakeDataset:
728
+ ) -> models.GetCriblLakeDatasetByLakeIDAndIDResponse:
675
729
  r"""Get a Lake Dataset
676
730
 
677
731
  Get the specified Lake Dataset in the specified Lake.
@@ -711,6 +765,7 @@ class LakeDatasets(BaseSDK):
711
765
  accept_header_value="application/json",
712
766
  http_headers=http_headers,
713
767
  security=self.sdk_configuration.security,
768
+ allow_empty_value=None,
714
769
  timeout_ms=timeout_ms,
715
770
  )
716
771
 
@@ -739,7 +794,9 @@ class LakeDatasets(BaseSDK):
739
794
 
740
795
  response_data: Any = None
741
796
  if utils.match_response(http_res, "200", "application/json"):
742
- return unmarshal_json_response(models.CountedListCriblLakeDataset, http_res)
797
+ return unmarshal_json_response(
798
+ models.GetCriblLakeDatasetByLakeIDAndIDResponse, http_res
799
+ )
743
800
  if utils.match_response(http_res, "500", "application/json"):
744
801
  response_data = unmarshal_json_response(errors.ErrorData, http_res)
745
802
  raise errors.Error(response_data, http_res)
@@ -761,7 +818,7 @@ class LakeDatasets(BaseSDK):
761
818
  server_url: Optional[str] = None,
762
819
  timeout_ms: Optional[int] = None,
763
820
  http_headers: Optional[Mapping[str, str]] = None,
764
- ) -> models.CountedListCriblLakeDataset:
821
+ ) -> models.GetCriblLakeDatasetByLakeIDAndIDResponse:
765
822
  r"""Get a Lake Dataset
766
823
 
767
824
  Get the specified Lake Dataset in the specified Lake.
@@ -801,6 +858,7 @@ class LakeDatasets(BaseSDK):
801
858
  accept_header_value="application/json",
802
859
  http_headers=http_headers,
803
860
  security=self.sdk_configuration.security,
861
+ allow_empty_value=None,
804
862
  timeout_ms=timeout_ms,
805
863
  )
806
864
 
@@ -829,7 +887,9 @@ class LakeDatasets(BaseSDK):
829
887
 
830
888
  response_data: Any = None
831
889
  if utils.match_response(http_res, "200", "application/json"):
832
- return unmarshal_json_response(models.CountedListCriblLakeDataset, http_res)
890
+ return unmarshal_json_response(
891
+ models.GetCriblLakeDatasetByLakeIDAndIDResponse, http_res
892
+ )
833
893
  if utils.match_response(http_res, "500", "application/json"):
834
894
  response_data = unmarshal_json_response(errors.ErrorData, http_res)
835
895
  raise errors.Error(response_data, http_res)
@@ -872,7 +932,7 @@ class LakeDatasets(BaseSDK):
872
932
  server_url: Optional[str] = None,
873
933
  timeout_ms: Optional[int] = None,
874
934
  http_headers: Optional[Mapping[str, str]] = None,
875
- ) -> models.CountedListCriblLakeDataset:
935
+ ) -> models.UpdateCriblLakeDatasetByLakeIDAndIDResponse:
876
936
  r"""Update a Lake Dataset
877
937
 
878
938
  Update the specified Lake Dataset in the specified Lake.
@@ -953,6 +1013,7 @@ class LakeDatasets(BaseSDK):
953
1013
  "json",
954
1014
  models.CriblLakeDatasetUpdate,
955
1015
  ),
1016
+ allow_empty_value=None,
956
1017
  timeout_ms=timeout_ms,
957
1018
  )
958
1019
 
@@ -981,7 +1042,9 @@ class LakeDatasets(BaseSDK):
981
1042
 
982
1043
  response_data: Any = None
983
1044
  if utils.match_response(http_res, "200", "application/json"):
984
- return unmarshal_json_response(models.CountedListCriblLakeDataset, http_res)
1045
+ return unmarshal_json_response(
1046
+ models.UpdateCriblLakeDatasetByLakeIDAndIDResponse, http_res
1047
+ )
985
1048
  if utils.match_response(http_res, "500", "application/json"):
986
1049
  response_data = unmarshal_json_response(errors.ErrorData, http_res)
987
1050
  raise errors.Error(response_data, http_res)
@@ -1024,7 +1087,7 @@ class LakeDatasets(BaseSDK):
1024
1087
  server_url: Optional[str] = None,
1025
1088
  timeout_ms: Optional[int] = None,
1026
1089
  http_headers: Optional[Mapping[str, str]] = None,
1027
- ) -> models.CountedListCriblLakeDataset:
1090
+ ) -> models.UpdateCriblLakeDatasetByLakeIDAndIDResponse:
1028
1091
  r"""Update a Lake Dataset
1029
1092
 
1030
1093
  Update the specified Lake Dataset in the specified Lake.
@@ -1105,6 +1168,7 @@ class LakeDatasets(BaseSDK):
1105
1168
  "json",
1106
1169
  models.CriblLakeDatasetUpdate,
1107
1170
  ),
1171
+ allow_empty_value=None,
1108
1172
  timeout_ms=timeout_ms,
1109
1173
  )
1110
1174
 
@@ -1133,7 +1197,9 @@ class LakeDatasets(BaseSDK):
1133
1197
 
1134
1198
  response_data: Any = None
1135
1199
  if utils.match_response(http_res, "200", "application/json"):
1136
- return unmarshal_json_response(models.CountedListCriblLakeDataset, http_res)
1200
+ return unmarshal_json_response(
1201
+ models.UpdateCriblLakeDatasetByLakeIDAndIDResponse, http_res
1202
+ )
1137
1203
  if utils.match_response(http_res, "500", "application/json"):
1138
1204
  response_data = unmarshal_json_response(errors.ErrorData, http_res)
1139
1205
  raise errors.Error(response_data, http_res)