cribl-control-plane 0.3.0b7__tar.gz → 0.3.0b9__tar.gz
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.
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/PKG-INFO +25 -7
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/README-PYPI.md +24 -6
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/pyproject.toml +1 -1
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/_version.py +4 -4
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/lakedatasets.py +28 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/__init__.py +5 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/cribllakedataset.py +4 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/cribllakedatasetupdate.py +4 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/inputfile.py +3 -3
- cribl_control_plane-0.3.0b9/src/cribl_control_plane/models/lakedatasetmetrics.py +17 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/outputconfluentcloud.py +2 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/outputkafka.py +2 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/outputmsk.py +2 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/py.typed +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/__init__.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/_hooks/__init__.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/_hooks/clientcredentials.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/_hooks/registration.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/_hooks/sdkhooks.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/_hooks/types.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/acl.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/auth_sdk.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/basesdk.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/branches.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/commits.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/commits_files.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/configs_versions.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/destinations.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/destinations_pq.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/errors/__init__.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/errors/apierror.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/errors/criblcontrolplaneerror.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/errors/error.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/errors/healthserverstatus_error.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/errors/no_response_error.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/errors/responsevalidationerror.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/groups_configs.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/groups_sdk.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/health.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/hectokens.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/httpclient.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/addhectokenrequest.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/authtoken.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/branchinfo.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/cacheconnection.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/cacheconnectionbackfillstatus.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/cloudprovider.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/commit.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/configgroup.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/configgroupcloud.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/configgrouplookups.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/createconfiggroupbyproductop.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/createcribllakedatasetbylakeidop.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/createinputhectokenbyidop.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/createinputop.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/createoutputop.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/createoutputtestbyidop.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/createpacksop.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/createpipelineop.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/createroutesappendbyidop.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/createversioncommitop.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/createversionpushop.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/createversionrevertop.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/createversionundoop.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/criblevent.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/currentbranchresult.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/datasetmetadata.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/datasetmetadataruninfo.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/deleteconfiggroupbyproductandidop.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/deletecribllakedatasetbylakeidandidop.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/deleteinputbyidop.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/deleteoutputbyidop.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/deleteoutputpqbyidop.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/deletepacksbyidop.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/deletepipelinebyidop.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/deployrequest.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/deployrequestlookups.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/difffiles.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/distributedsummary.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/getconfiggroupaclbyproductandidop.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/getconfiggroupaclteamsbyproductandidop.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/getconfiggroupbyproductandidop.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/getconfiggroupconfigversionbyproductandidop.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/getcribllakedatasetbylakeidandidop.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/getcribllakedatasetbylakeidop.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/getinputbyidop.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/getmasterworkerentryop.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/getoutputbyidop.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/getoutputpqbyidop.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/getoutputsamplesbyidop.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/getpacksbyidop.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/getpacksop.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/getpipelinebyidop.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/getroutesbyidop.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/getsummaryop.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/getversionbranchop.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/getversioncountop.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/getversiondiffop.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/getversionfilesop.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/getversioninfoop.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/getversionop.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/getversionshowop.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/getversionstatusop.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/gitcommitparams.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/gitcommitsummary.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/gitcountresult.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/gitdiffresult.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/gitfile.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/gitfilesresponse.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/gitinfo.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/gitlogresult.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/gitrevertparams.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/gitrevertresult.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/gitshowresult.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/gitstatusresult.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/groupcreaterequest.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/hbcriblinfo.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/hbleaderinfo.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/healthserverstatus.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/heartbeatmetadata.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/input.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/inputappscope.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/inputazureblob.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/inputcollection.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/inputconfluentcloud.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/inputcribl.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/inputcriblhttp.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/inputcribllakehttp.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/inputcriblmetrics.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/inputcribltcp.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/inputcrowdstrike.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/inputdatadogagent.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/inputdatagen.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/inputedgeprometheus.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/inputelastic.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/inputeventhub.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/inputexec.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/inputfirehose.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/inputgooglepubsub.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/inputgrafana.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/inputhttp.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/inputhttpraw.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/inputjournalfiles.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/inputkafka.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/inputkinesis.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/inputkubeevents.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/inputkubelogs.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/inputkubemetrics.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/inputloki.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/inputmetrics.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/inputmodeldriventelemetry.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/inputmsk.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/inputnetflow.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/inputoffice365mgmt.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/inputoffice365msgtrace.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/inputoffice365service.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/inputopentelemetry.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/inputprometheus.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/inputprometheusrw.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/inputrawudp.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/inputs3.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/inputs3inventory.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/inputsecuritylake.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/inputsnmp.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/inputsplunk.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/inputsplunkhec.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/inputsplunksearch.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/inputsqs.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/inputsyslog.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/inputsystemmetrics.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/inputsystemstate.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/inputtcp.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/inputtcpjson.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/inputwef.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/inputwindowsmetrics.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/inputwineventlogs.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/inputwiz.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/inputwizwebhook.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/inputzscalerhec.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/jobinfo.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/jobstatus.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/lakedatasetsearchconfig.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/lakehouseconnectiontype.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/listconfiggroupbyproductop.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/listinputop.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/listmasterworkerentryop.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/listoutputop.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/listpipelineop.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/listroutesop.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/logininfo.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/lookupversions.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/masterworkerentry.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/nodeactiveupgradestatus.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/nodefailedupgradestatus.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/nodeprovidedinfo.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/nodeskippedupgradestatus.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/nodeupgradestate.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/nodeupgradestatus.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/outpostnodeinfo.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/output.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/outputazureblob.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/outputazuredataexplorer.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/outputazureeventhub.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/outputazurelogs.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/outputchronicle.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/outputclickhouse.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/outputcloudwatch.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/outputcriblhttp.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/outputcribllake.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/outputcribltcp.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/outputcrowdstrikenextgensiem.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/outputdatabricks.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/outputdatadog.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/outputdataset.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/outputdefault.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/outputdevnull.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/outputdiskspool.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/outputdls3.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/outputdynatracehttp.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/outputdynatraceotlp.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/outputelastic.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/outputelasticcloud.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/outputexabeam.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/outputfilesystem.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/outputgooglechronicle.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/outputgooglecloudlogging.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/outputgooglecloudstorage.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/outputgooglepubsub.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/outputgrafanacloud.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/outputgraphite.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/outputhoneycomb.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/outputhumiohec.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/outputinfluxdb.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/outputkinesis.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/outputloki.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/outputminio.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/outputnetflow.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/outputnewrelic.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/outputnewrelicevents.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/outputopentelemetry.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/outputprometheus.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/outputring.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/outputrouter.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/outputs3.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/outputsamplesresponse.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/outputsecuritylake.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/outputsentinel.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/outputsentineloneaisiem.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/outputservicenow.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/outputsignalfx.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/outputsnmp.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/outputsns.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/outputsplunk.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/outputsplunkhec.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/outputsplunklb.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/outputsqs.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/outputstatsd.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/outputstatsdext.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/outputsumologic.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/outputsyslog.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/outputtcpjson.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/outputtestrequest.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/outputtestresponse.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/outputwavefront.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/outputwebhook.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/outputxsiam.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/packinfo.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/packinstallinfo.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/packrequestbody_union.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/packupgraderequest.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/pipeline.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/pipelinefunctionconf.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/productscore.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/rbacresource.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/resourcepolicy.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/routeconf.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/routes.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/routesroute.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/runnablejob.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/runnablejobcollection.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/runnablejobexecutor.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/runnablejobscheduledsearch.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/schemeclientoauth.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/security.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/teamaccesscontrollist.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/updateconfiggroupbyproductandidop.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/updateconfiggroupdeploybyproductandidop.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/updatecribllakedatasetbylakeidandidop.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/updatehectokenrequest.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/updateinputbyidop.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/updateinputhectokenbyidandtokenop.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/updateoutputbyidop.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/updatepacksbyidop.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/updatepacksop.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/updatepipelinebyidop.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/updateroutesbyidop.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/uploadpackresponse.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/useraccesscontrollist.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/workertypes.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/nodes.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/packs.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/pipelines.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/py.typed +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/routes_sdk.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/samples.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/sdk.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/sdkconfiguration.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/sources.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/statuses.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/summaries.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/teams.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/tokens.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/types/__init__.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/types/basemodel.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/utils/__init__.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/utils/annotations.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/utils/datetimes.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/utils/enums.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/utils/eventstreaming.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/utils/forms.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/utils/headers.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/utils/logger.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/utils/metadata.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/utils/queryparams.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/utils/requestbodies.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/utils/retries.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/utils/security.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/utils/serializers.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/utils/unmarshal_json_response.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/utils/url.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/utils/values.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/versions.py +0 -0
- {cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/versions_configs.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: cribl-control-plane
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.0b9
|
|
4
4
|
Summary: Python Client SDK Generated by Speakeasy.
|
|
5
5
|
Author: Speakeasy
|
|
6
6
|
Requires-Python: >=3.9.2
|
|
@@ -149,7 +149,10 @@ with CriblControlPlane(
|
|
|
149
149
|
"lakehouse_connection_type": models.LakehouseConnectionType.CACHE,
|
|
150
150
|
"migration_query_id": "<id>",
|
|
151
151
|
"retention_in_days": 1466.58,
|
|
152
|
-
}, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True,
|
|
152
|
+
}, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True, metrics={
|
|
153
|
+
"current_size_bytes": 6170.04,
|
|
154
|
+
"metrics_date": "<value>",
|
|
155
|
+
}, retention_period_in_days=456.37, search_config={
|
|
153
156
|
"datatypes": [
|
|
154
157
|
"<value 1>",
|
|
155
158
|
],
|
|
@@ -207,7 +210,10 @@ async def main():
|
|
|
207
210
|
"lakehouse_connection_type": models.LakehouseConnectionType.CACHE,
|
|
208
211
|
"migration_query_id": "<id>",
|
|
209
212
|
"retention_in_days": 1466.58,
|
|
210
|
-
}, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True,
|
|
213
|
+
}, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True, metrics={
|
|
214
|
+
"current_size_bytes": 6170.04,
|
|
215
|
+
"metrics_date": "<value>",
|
|
216
|
+
}, retention_period_in_days=456.37, search_config={
|
|
211
217
|
"datatypes": [
|
|
212
218
|
"<value 1>",
|
|
213
219
|
],
|
|
@@ -274,7 +280,10 @@ with CriblControlPlane(
|
|
|
274
280
|
"lakehouse_connection_type": models.LakehouseConnectionType.CACHE,
|
|
275
281
|
"migration_query_id": "<id>",
|
|
276
282
|
"retention_in_days": 1466.58,
|
|
277
|
-
}, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True,
|
|
283
|
+
}, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True, metrics={
|
|
284
|
+
"current_size_bytes": 6170.04,
|
|
285
|
+
"metrics_date": "<value>",
|
|
286
|
+
}, retention_period_in_days=456.37, search_config={
|
|
278
287
|
"datatypes": [
|
|
279
288
|
"<value 1>",
|
|
280
289
|
],
|
|
@@ -502,7 +511,10 @@ with CriblControlPlane(
|
|
|
502
511
|
"lakehouse_connection_type": models.LakehouseConnectionType.CACHE,
|
|
503
512
|
"migration_query_id": "<id>",
|
|
504
513
|
"retention_in_days": 1466.58,
|
|
505
|
-
}, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True,
|
|
514
|
+
}, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True, metrics={
|
|
515
|
+
"current_size_bytes": 6170.04,
|
|
516
|
+
"metrics_date": "<value>",
|
|
517
|
+
}, retention_period_in_days=456.37, search_config={
|
|
506
518
|
"datatypes": [
|
|
507
519
|
"<value 1>",
|
|
508
520
|
],
|
|
@@ -558,7 +570,10 @@ with CriblControlPlane(
|
|
|
558
570
|
"lakehouse_connection_type": models.LakehouseConnectionType.CACHE,
|
|
559
571
|
"migration_query_id": "<id>",
|
|
560
572
|
"retention_in_days": 1466.58,
|
|
561
|
-
}, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True,
|
|
573
|
+
}, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True, metrics={
|
|
574
|
+
"current_size_bytes": 6170.04,
|
|
575
|
+
"metrics_date": "<value>",
|
|
576
|
+
}, retention_period_in_days=456.37, search_config={
|
|
562
577
|
"datatypes": [
|
|
563
578
|
"<value 1>",
|
|
564
579
|
],
|
|
@@ -628,7 +643,10 @@ with CriblControlPlane(
|
|
|
628
643
|
"lakehouse_connection_type": models.LakehouseConnectionType.CACHE,
|
|
629
644
|
"migration_query_id": "<id>",
|
|
630
645
|
"retention_in_days": 1466.58,
|
|
631
|
-
}, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True,
|
|
646
|
+
}, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True, metrics={
|
|
647
|
+
"current_size_bytes": 6170.04,
|
|
648
|
+
"metrics_date": "<value>",
|
|
649
|
+
}, retention_period_in_days=456.37, search_config={
|
|
632
650
|
"datatypes": [
|
|
633
651
|
"<value 1>",
|
|
634
652
|
],
|
|
@@ -131,7 +131,10 @@ with CriblControlPlane(
|
|
|
131
131
|
"lakehouse_connection_type": models.LakehouseConnectionType.CACHE,
|
|
132
132
|
"migration_query_id": "<id>",
|
|
133
133
|
"retention_in_days": 1466.58,
|
|
134
|
-
}, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True,
|
|
134
|
+
}, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True, metrics={
|
|
135
|
+
"current_size_bytes": 6170.04,
|
|
136
|
+
"metrics_date": "<value>",
|
|
137
|
+
}, retention_period_in_days=456.37, search_config={
|
|
135
138
|
"datatypes": [
|
|
136
139
|
"<value 1>",
|
|
137
140
|
],
|
|
@@ -189,7 +192,10 @@ async def main():
|
|
|
189
192
|
"lakehouse_connection_type": models.LakehouseConnectionType.CACHE,
|
|
190
193
|
"migration_query_id": "<id>",
|
|
191
194
|
"retention_in_days": 1466.58,
|
|
192
|
-
}, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True,
|
|
195
|
+
}, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True, metrics={
|
|
196
|
+
"current_size_bytes": 6170.04,
|
|
197
|
+
"metrics_date": "<value>",
|
|
198
|
+
}, retention_period_in_days=456.37, search_config={
|
|
193
199
|
"datatypes": [
|
|
194
200
|
"<value 1>",
|
|
195
201
|
],
|
|
@@ -256,7 +262,10 @@ with CriblControlPlane(
|
|
|
256
262
|
"lakehouse_connection_type": models.LakehouseConnectionType.CACHE,
|
|
257
263
|
"migration_query_id": "<id>",
|
|
258
264
|
"retention_in_days": 1466.58,
|
|
259
|
-
}, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True,
|
|
265
|
+
}, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True, metrics={
|
|
266
|
+
"current_size_bytes": 6170.04,
|
|
267
|
+
"metrics_date": "<value>",
|
|
268
|
+
}, retention_period_in_days=456.37, search_config={
|
|
260
269
|
"datatypes": [
|
|
261
270
|
"<value 1>",
|
|
262
271
|
],
|
|
@@ -484,7 +493,10 @@ with CriblControlPlane(
|
|
|
484
493
|
"lakehouse_connection_type": models.LakehouseConnectionType.CACHE,
|
|
485
494
|
"migration_query_id": "<id>",
|
|
486
495
|
"retention_in_days": 1466.58,
|
|
487
|
-
}, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True,
|
|
496
|
+
}, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True, metrics={
|
|
497
|
+
"current_size_bytes": 6170.04,
|
|
498
|
+
"metrics_date": "<value>",
|
|
499
|
+
}, retention_period_in_days=456.37, search_config={
|
|
488
500
|
"datatypes": [
|
|
489
501
|
"<value 1>",
|
|
490
502
|
],
|
|
@@ -540,7 +552,10 @@ with CriblControlPlane(
|
|
|
540
552
|
"lakehouse_connection_type": models.LakehouseConnectionType.CACHE,
|
|
541
553
|
"migration_query_id": "<id>",
|
|
542
554
|
"retention_in_days": 1466.58,
|
|
543
|
-
}, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True,
|
|
555
|
+
}, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True, metrics={
|
|
556
|
+
"current_size_bytes": 6170.04,
|
|
557
|
+
"metrics_date": "<value>",
|
|
558
|
+
}, retention_period_in_days=456.37, search_config={
|
|
544
559
|
"datatypes": [
|
|
545
560
|
"<value 1>",
|
|
546
561
|
],
|
|
@@ -610,7 +625,10 @@ with CriblControlPlane(
|
|
|
610
625
|
"lakehouse_connection_type": models.LakehouseConnectionType.CACHE,
|
|
611
626
|
"migration_query_id": "<id>",
|
|
612
627
|
"retention_in_days": 1466.58,
|
|
613
|
-
}, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True,
|
|
628
|
+
}, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True, metrics={
|
|
629
|
+
"current_size_bytes": 6170.04,
|
|
630
|
+
"metrics_date": "<value>",
|
|
631
|
+
}, retention_period_in_days=456.37, search_config={
|
|
614
632
|
"datatypes": [
|
|
615
633
|
"<value 1>",
|
|
616
634
|
],
|
{cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/_version.py
RENAMED
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
import importlib.metadata
|
|
4
4
|
|
|
5
5
|
__title__: str = "cribl-control-plane"
|
|
6
|
-
__version__: str = "0.3.
|
|
7
|
-
__openapi_doc_version__: str = "4.15.0-alpha.
|
|
8
|
-
__gen_version__: str = "2.
|
|
9
|
-
__user_agent__: str = "speakeasy-sdk/python 0.3.
|
|
6
|
+
__version__: str = "0.3.0b9"
|
|
7
|
+
__openapi_doc_version__: str = "4.15.0-alpha.1762220644002-9c9bb8fd"
|
|
8
|
+
__gen_version__: str = "2.731.6"
|
|
9
|
+
__user_agent__: str = "speakeasy-sdk/python 0.3.0b9 2.731.6 4.15.0-alpha.1762220644002-9c9bb8fd cribl-control-plane"
|
|
10
10
|
|
|
11
11
|
try:
|
|
12
12
|
if __package__ is not None:
|
{cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/lakedatasets.py
RENAMED
|
@@ -24,6 +24,9 @@ class LakeDatasets(BaseSDK):
|
|
|
24
24
|
description: Optional[str] = None,
|
|
25
25
|
format_: Optional[models.CriblLakeDatasetFormat] = None,
|
|
26
26
|
http_da_used: Optional[bool] = None,
|
|
27
|
+
metrics: Optional[
|
|
28
|
+
Union[models.LakeDatasetMetrics, models.LakeDatasetMetricsTypedDict]
|
|
29
|
+
] = None,
|
|
27
30
|
retention_period_in_days: Optional[float] = None,
|
|
28
31
|
search_config: Optional[
|
|
29
32
|
Union[
|
|
@@ -50,6 +53,7 @@ class LakeDatasets(BaseSDK):
|
|
|
50
53
|
:param description:
|
|
51
54
|
:param format_:
|
|
52
55
|
:param http_da_used:
|
|
56
|
+
:param metrics:
|
|
53
57
|
:param retention_period_in_days:
|
|
54
58
|
:param search_config:
|
|
55
59
|
:param storage_location_id:
|
|
@@ -82,6 +86,9 @@ class LakeDatasets(BaseSDK):
|
|
|
82
86
|
format_=format_,
|
|
83
87
|
http_da_used=http_da_used,
|
|
84
88
|
id=id,
|
|
89
|
+
metrics=utils.get_pydantic_model(
|
|
90
|
+
metrics, Optional[models.LakeDatasetMetrics]
|
|
91
|
+
),
|
|
85
92
|
retention_period_in_days=retention_period_in_days,
|
|
86
93
|
search_config=utils.get_pydantic_model(
|
|
87
94
|
search_config, Optional[models.LakeDatasetSearchConfig]
|
|
@@ -168,6 +175,9 @@ class LakeDatasets(BaseSDK):
|
|
|
168
175
|
description: Optional[str] = None,
|
|
169
176
|
format_: Optional[models.CriblLakeDatasetFormat] = None,
|
|
170
177
|
http_da_used: Optional[bool] = None,
|
|
178
|
+
metrics: Optional[
|
|
179
|
+
Union[models.LakeDatasetMetrics, models.LakeDatasetMetricsTypedDict]
|
|
180
|
+
] = None,
|
|
171
181
|
retention_period_in_days: Optional[float] = None,
|
|
172
182
|
search_config: Optional[
|
|
173
183
|
Union[
|
|
@@ -194,6 +204,7 @@ class LakeDatasets(BaseSDK):
|
|
|
194
204
|
:param description:
|
|
195
205
|
:param format_:
|
|
196
206
|
:param http_da_used:
|
|
207
|
+
:param metrics:
|
|
197
208
|
:param retention_period_in_days:
|
|
198
209
|
:param search_config:
|
|
199
210
|
:param storage_location_id:
|
|
@@ -226,6 +237,9 @@ class LakeDatasets(BaseSDK):
|
|
|
226
237
|
format_=format_,
|
|
227
238
|
http_da_used=http_da_used,
|
|
228
239
|
id=id,
|
|
240
|
+
metrics=utils.get_pydantic_model(
|
|
241
|
+
metrics, Optional[models.LakeDatasetMetrics]
|
|
242
|
+
),
|
|
229
243
|
retention_period_in_days=retention_period_in_days,
|
|
230
244
|
search_config=utils.get_pydantic_model(
|
|
231
245
|
search_config, Optional[models.LakeDatasetSearchConfig]
|
|
@@ -859,6 +873,9 @@ class LakeDatasets(BaseSDK):
|
|
|
859
873
|
format_: Optional[models.CriblLakeDatasetUpdateFormat] = None,
|
|
860
874
|
http_da_used: Optional[bool] = None,
|
|
861
875
|
id: Optional[str] = None,
|
|
876
|
+
metrics: Optional[
|
|
877
|
+
Union[models.LakeDatasetMetrics, models.LakeDatasetMetricsTypedDict]
|
|
878
|
+
] = None,
|
|
862
879
|
retention_period_in_days: Optional[float] = None,
|
|
863
880
|
search_config: Optional[
|
|
864
881
|
Union[
|
|
@@ -886,6 +903,7 @@ class LakeDatasets(BaseSDK):
|
|
|
886
903
|
:param format_:
|
|
887
904
|
:param http_da_used:
|
|
888
905
|
:param id:
|
|
906
|
+
:param metrics:
|
|
889
907
|
:param retention_period_in_days:
|
|
890
908
|
:param search_config:
|
|
891
909
|
:param storage_location_id:
|
|
@@ -919,6 +937,9 @@ class LakeDatasets(BaseSDK):
|
|
|
919
937
|
format_=format_,
|
|
920
938
|
http_da_used=http_da_used,
|
|
921
939
|
id=id,
|
|
940
|
+
metrics=utils.get_pydantic_model(
|
|
941
|
+
metrics, Optional[models.LakeDatasetMetrics]
|
|
942
|
+
),
|
|
922
943
|
retention_period_in_days=retention_period_in_days,
|
|
923
944
|
search_config=utils.get_pydantic_model(
|
|
924
945
|
search_config, Optional[models.LakeDatasetSearchConfig]
|
|
@@ -1006,6 +1027,9 @@ class LakeDatasets(BaseSDK):
|
|
|
1006
1027
|
format_: Optional[models.CriblLakeDatasetUpdateFormat] = None,
|
|
1007
1028
|
http_da_used: Optional[bool] = None,
|
|
1008
1029
|
id: Optional[str] = None,
|
|
1030
|
+
metrics: Optional[
|
|
1031
|
+
Union[models.LakeDatasetMetrics, models.LakeDatasetMetricsTypedDict]
|
|
1032
|
+
] = None,
|
|
1009
1033
|
retention_period_in_days: Optional[float] = None,
|
|
1010
1034
|
search_config: Optional[
|
|
1011
1035
|
Union[
|
|
@@ -1033,6 +1057,7 @@ class LakeDatasets(BaseSDK):
|
|
|
1033
1057
|
:param format_:
|
|
1034
1058
|
:param http_da_used:
|
|
1035
1059
|
:param id:
|
|
1060
|
+
:param metrics:
|
|
1036
1061
|
:param retention_period_in_days:
|
|
1037
1062
|
:param search_config:
|
|
1038
1063
|
:param storage_location_id:
|
|
@@ -1066,6 +1091,9 @@ class LakeDatasets(BaseSDK):
|
|
|
1066
1091
|
format_=format_,
|
|
1067
1092
|
http_da_used=http_da_used,
|
|
1068
1093
|
id=id,
|
|
1094
|
+
metrics=utils.get_pydantic_model(
|
|
1095
|
+
metrics, Optional[models.LakeDatasetMetrics]
|
|
1096
|
+
),
|
|
1069
1097
|
retention_period_in_days=retention_period_in_days,
|
|
1070
1098
|
search_config=utils.get_pydantic_model(
|
|
1071
1099
|
search_config, Optional[models.LakeDatasetSearchConfig]
|
|
@@ -1805,6 +1805,7 @@ if TYPE_CHECKING:
|
|
|
1805
1805
|
)
|
|
1806
1806
|
from .jobinfo import JobInfo, JobInfoTypedDict
|
|
1807
1807
|
from .jobstatus import JobStatus, JobStatusTypedDict
|
|
1808
|
+
from .lakedatasetmetrics import LakeDatasetMetrics, LakeDatasetMetricsTypedDict
|
|
1808
1809
|
from .lakedatasetsearchconfig import (
|
|
1809
1810
|
LakeDatasetSearchConfig,
|
|
1810
1811
|
LakeDatasetSearchConfigTypedDict,
|
|
@@ -4938,6 +4939,8 @@ __all__ = [
|
|
|
4938
4939
|
"JobInfoTypedDict",
|
|
4939
4940
|
"JobStatus",
|
|
4940
4941
|
"JobStatusTypedDict",
|
|
4942
|
+
"LakeDatasetMetrics",
|
|
4943
|
+
"LakeDatasetMetricsTypedDict",
|
|
4941
4944
|
"LakeDatasetSearchConfig",
|
|
4942
4945
|
"LakeDatasetSearchConfigTypedDict",
|
|
4943
4946
|
"LakehouseConnectionType",
|
|
@@ -7968,6 +7971,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
7968
7971
|
"JobInfoTypedDict": ".jobinfo",
|
|
7969
7972
|
"JobStatus": ".jobstatus",
|
|
7970
7973
|
"JobStatusTypedDict": ".jobstatus",
|
|
7974
|
+
"LakeDatasetMetrics": ".lakedatasetmetrics",
|
|
7975
|
+
"LakeDatasetMetricsTypedDict": ".lakedatasetmetrics",
|
|
7971
7976
|
"LakeDatasetSearchConfig": ".lakedatasetsearchconfig",
|
|
7972
7977
|
"LakeDatasetSearchConfigTypedDict": ".lakedatasetsearchconfig",
|
|
7973
7978
|
"LakehouseConnectionType": ".lakehouseconnectiontype",
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
from __future__ import annotations
|
|
4
4
|
from .cacheconnection import CacheConnection, CacheConnectionTypedDict
|
|
5
|
+
from .lakedatasetmetrics import LakeDatasetMetrics, LakeDatasetMetricsTypedDict
|
|
5
6
|
from .lakedatasetsearchconfig import (
|
|
6
7
|
LakeDatasetSearchConfig,
|
|
7
8
|
LakeDatasetSearchConfigTypedDict,
|
|
@@ -31,6 +32,7 @@ class CriblLakeDatasetTypedDict(TypedDict):
|
|
|
31
32
|
description: NotRequired[str]
|
|
32
33
|
format_: NotRequired[CriblLakeDatasetFormat]
|
|
33
34
|
http_da_used: NotRequired[bool]
|
|
35
|
+
metrics: NotRequired[LakeDatasetMetricsTypedDict]
|
|
34
36
|
retention_period_in_days: NotRequired[float]
|
|
35
37
|
search_config: NotRequired[LakeDatasetSearchConfigTypedDict]
|
|
36
38
|
storage_location_id: NotRequired[str]
|
|
@@ -65,6 +67,8 @@ class CriblLakeDataset(BaseModel):
|
|
|
65
67
|
|
|
66
68
|
http_da_used: Annotated[Optional[bool], pydantic.Field(alias="httpDAUsed")] = None
|
|
67
69
|
|
|
70
|
+
metrics: Optional[LakeDatasetMetrics] = None
|
|
71
|
+
|
|
68
72
|
retention_period_in_days: Annotated[
|
|
69
73
|
Optional[float], pydantic.Field(alias="retentionPeriodInDays")
|
|
70
74
|
] = None
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
from __future__ import annotations
|
|
4
4
|
from .cacheconnection import CacheConnection, CacheConnectionTypedDict
|
|
5
|
+
from .lakedatasetmetrics import LakeDatasetMetrics, LakeDatasetMetricsTypedDict
|
|
5
6
|
from .lakedatasetsearchconfig import (
|
|
6
7
|
LakeDatasetSearchConfig,
|
|
7
8
|
LakeDatasetSearchConfigTypedDict,
|
|
@@ -31,6 +32,7 @@ class CriblLakeDatasetUpdateTypedDict(TypedDict):
|
|
|
31
32
|
format_: NotRequired[CriblLakeDatasetUpdateFormat]
|
|
32
33
|
http_da_used: NotRequired[bool]
|
|
33
34
|
id: NotRequired[str]
|
|
35
|
+
metrics: NotRequired[LakeDatasetMetricsTypedDict]
|
|
34
36
|
retention_period_in_days: NotRequired[float]
|
|
35
37
|
search_config: NotRequired[LakeDatasetSearchConfigTypedDict]
|
|
36
38
|
storage_location_id: NotRequired[str]
|
|
@@ -66,6 +68,8 @@ class CriblLakeDatasetUpdate(BaseModel):
|
|
|
66
68
|
|
|
67
69
|
id: Optional[str] = None
|
|
68
70
|
|
|
71
|
+
metrics: Optional[LakeDatasetMetrics] = None
|
|
72
|
+
|
|
69
73
|
retention_period_in_days: Annotated[
|
|
70
74
|
Optional[float], pydantic.Field(alias="retentionPeriodInDays")
|
|
71
75
|
] = None
|
|
@@ -110,10 +110,10 @@ class InputFilePq(BaseModel):
|
|
|
110
110
|
class InputFileMode(str, Enum, metaclass=utils.OpenEnumMeta):
|
|
111
111
|
r"""Choose how to discover files to monitor"""
|
|
112
112
|
|
|
113
|
-
# Auto
|
|
114
|
-
AUTO = "auto"
|
|
115
113
|
# Manual
|
|
116
114
|
MANUAL = "manual"
|
|
115
|
+
# Auto
|
|
116
|
+
AUTO = "auto"
|
|
117
117
|
|
|
118
118
|
|
|
119
119
|
class InputFileMetadatumTypedDict(TypedDict):
|
|
@@ -217,7 +217,7 @@ class InputFile(BaseModel):
|
|
|
217
217
|
|
|
218
218
|
mode: Annotated[
|
|
219
219
|
Optional[InputFileMode], PlainValidator(validate_open_enum(False))
|
|
220
|
-
] = InputFileMode.
|
|
220
|
+
] = InputFileMode.MANUAL
|
|
221
221
|
r"""Choose how to discover files to monitor"""
|
|
222
222
|
|
|
223
223
|
interval: Optional[float] = 10
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
|
2
|
+
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
from cribl_control_plane.types import BaseModel
|
|
5
|
+
import pydantic
|
|
6
|
+
from typing_extensions import Annotated, TypedDict
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
class LakeDatasetMetricsTypedDict(TypedDict):
|
|
10
|
+
current_size_bytes: float
|
|
11
|
+
metrics_date: str
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
class LakeDatasetMetrics(BaseModel):
|
|
15
|
+
current_size_bytes: Annotated[float, pydantic.Field(alias="currentSizeBytes")]
|
|
16
|
+
|
|
17
|
+
metrics_date: Annotated[str, pydantic.Field(alias="metricsDate")]
|
|
File without changes
|
{cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/_hooks/types.py
RENAMED
|
File without changes
|
|
File without changes
|
{cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/auth_sdk.py
RENAMED
|
File without changes
|
{cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/basesdk.py
RENAMED
|
File without changes
|
{cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/branches.py
RENAMED
|
File without changes
|
{cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/commits.py
RENAMED
|
File without changes
|
{cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/commits_files.py
RENAMED
|
File without changes
|
|
File without changes
|
{cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/destinations.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/errors/error.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/groups_sdk.py
RENAMED
|
File without changes
|
{cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/health.py
RENAMED
|
File without changes
|
{cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/hectokens.py
RENAMED
|
File without changes
|
{cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/httpclient.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cribl_control_plane-0.3.0b7 → cribl_control_plane-0.3.0b9}/src/cribl_control_plane/models/commit.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|