Skip to main content

bauplan.exceptions


class APIResponseWithError


class AccessDeniedError

Parameters

response APIResponseWithError


class ApiMethodError

Parameters

response APIResponseWithError


class ApiRouteError

Parameters

response APIResponseWithError


class BadGatewayError

Parameters

response APIResponseWithError


class BadRequestError

Parameters

response APIResponseWithError


class BauplanError


class BauplanHTTPError

Parameters

response APIResponseWithError

def new_from_response

Parameters

out APIResponseWithError


class BauplanQueryError


class Branch


class BranchExistsError

Parameters

response APIResponseWithError


class BranchHeadChangedError

Parameters

response APIResponseWithError


class BranchNotFoundError

Parameters

response APIResponseWithError


class ConflictError

Parameters

response APIResponseWithError


class CreateBranchForbiddenError

Parameters

response APIResponseWithError


class CreateNamespaceForbiddenError

Parameters

response APIResponseWithError


class CreateTagForbiddenError

Parameters

response APIResponseWithError


class DeleteBranchForbiddenError

Parameters

response APIResponseWithError


class DeleteNamespaceForbiddenError

Parameters

response APIResponseWithError


class DeleteTableForbiddenError

Parameters

response APIResponseWithError


class DeleteTagForbiddenError

Parameters

response APIResponseWithError


class DetachedRef


class ExceptionResult

Container for exception handler result

Parameters

value typing.Optional[~R]

handled bool


class ForbiddenError

Parameters

response APIResponseWithError


class GatewayTimeoutError

Parameters

response APIResponseWithError


class InternalError

Parameters

response APIResponseWithError


class InvalidDataError

Parameters

response APIResponseWithError


class InvalidPlanError


class InvalidRefError

Parameters

response APIResponseWithError


class JobError


class MergeConflictError

Parameters

response APIResponseWithError


class MergeForbiddenError

Parameters

response APIResponseWithError


class MethodNotAllowedError

Parameters

response APIResponseWithError


class MismatchedPythonVersionsError


class MissingMagicCellError

Parameters


class MissingPandasError

Parameters


class Namespace


class NamespaceExistsError

Parameters

response APIResponseWithError


class NamespaceIsNotEmptyError

Parameters

response APIResponseWithError


class NamespaceNotFoundError

Parameters

response APIResponseWithError


class NamespaceUnresolvedError

Parameters

response APIResponseWithError


class NoResultsFoundError


class NonBranchRefWriteError

Parameters

response APIResponseWithError


class NotABranchRefError

Parameters

response APIResponseWithError


class NotATagRefError

Parameters

response APIResponseWithError


class NotAWriteBranchRefError

Parameters

response APIResponseWithError


class NotFoundError

Parameters

response APIResponseWithError


class ObjectCannotBeSerializedError


class ObjectTooBigError


class RefNotFoundError

Parameters

response APIResponseWithError


class RenameBranchForbiddenError

Parameters

response APIResponseWithError


class RenameTagForbiddenError

Parameters

response APIResponseWithError


class ResourceNotFoundError

Parameters

response APIResponseWithError


class RevertDestinationTableExistsError

Parameters

response APIResponseWithError


class RevertIdenticalTableError

Parameters

response APIResponseWithError


class RevertTableForbiddenError

Parameters

response APIResponseWithError


class SameRefError

Parameters

response APIResponseWithError


class ServiceUnavailableError

Parameters

response APIResponseWithError


class TableCreatePlanApplyState

TableCreatePlanApplyState tracks information about what happened during the course of an "table create" job that plans a job to create an empty table based on your cloud storage to your Bauplan data catalog.

It represents the state of the job, including job ID, job status (failure/success), error description (if any), and a list of events describing each step of the job.

It also includes the output of the job: a string containing the YAML of the import plan.

Parameters

job_id str

ctx TableCreatePlanApplyContext


class TableCreatePlanApplyStatusError

Parameters

message str

state TableCreatePlanApplyState


class TableCreatePlanError


class TableCreatePlanState

TableCreatePlanState tracks information about what happened during the course of an "table create" job that plans a job to create an empty table based on your cloud storage to your Bauplan data catalog.

It represents the state of the job, including job ID, job status (failure/success), error description (if any), and a list of events describing each step of the job.

It also includes the output of the job: a string containing the YAML of the import plan.

Parameters

job_id str

ctx TableCreatePlanContext


class TableCreatePlanStatusError

Parameters

message str

state TableCreatePlanState


class TableNotFoundError

Parameters

response APIResponseWithError


class Tag


class TagExistsError

Parameters

response APIResponseWithError


class TagNotFoundError

Parameters

response APIResponseWithError


class TooManyRequestsError

Parameters

response APIResponseWithError


class UnauthorizedError

Parameters

response APIResponseWithError


class UnhandledRuntimeError


class UpdateConflictError

Parameters

response APIResponseWithError


class UserObjectKeyNotExistsError


class UserObjectWithKeyExistsError