Skip to main content

bauplan.exceptions


class APIResponseWithError


class AccessDeniedError

Parameters

responseAPIResponseWithError


class ApiMethodError

Parameters

responseAPIResponseWithError


class ApiRouteError

Parameters

responseAPIResponseWithError


class BadGatewayError

Parameters

responseAPIResponseWithError


class BadRequestError

Parameters

responseAPIResponseWithError


class BauplanError


class BauplanHTTPError

Parameters

responseAPIResponseWithError

def new_from_response

Parameters

outAPIResponseWithError


class BauplanQueryError


class Branch


class BranchExistsError

Parameters

responseAPIResponseWithError


class BranchHeadChangedError

Parameters

responseAPIResponseWithError


class BranchNotFoundError

Parameters

responseAPIResponseWithError


class ConflictError

Parameters

responseAPIResponseWithError


class CreateBranchForbiddenError

Parameters

responseAPIResponseWithError


class CreateNamespaceForbiddenError

Parameters

responseAPIResponseWithError


class CreateTagForbiddenError

Parameters

responseAPIResponseWithError


class DeleteBranchForbiddenError

Parameters

responseAPIResponseWithError


class DeleteNamespaceForbiddenError

Parameters

responseAPIResponseWithError


class DeleteTableForbiddenError

Parameters

responseAPIResponseWithError


class DeleteTagForbiddenError

Parameters

responseAPIResponseWithError


class DetachedRef


class ExceptionResult

Container for exception handler result

Parameters

valuetyping.Optional[~R]

handledbool


class ForbiddenError

Parameters

responseAPIResponseWithError


class GatewayTimeoutError

Parameters

responseAPIResponseWithError


class InternalError

Parameters

responseAPIResponseWithError


class InvalidDataError

Parameters

responseAPIResponseWithError


class InvalidPlanError


class InvalidRefError

Parameters

responseAPIResponseWithError


class JobError


class MergeConflictError

Parameters

responseAPIResponseWithError


class MergeForbiddenError

Parameters

responseAPIResponseWithError


class MethodNotAllowedError

Parameters

responseAPIResponseWithError


class MismatchedPythonVersionsError


class MissingMagicCellError

Parameters


class MissingPandasError

Parameters


class Namespace


class NamespaceExistsError

Parameters

responseAPIResponseWithError


class NamespaceIsNotEmptyError

Parameters

responseAPIResponseWithError


class NamespaceNotFoundError

Parameters

responseAPIResponseWithError


class NamespaceUnresolvedError

Parameters

responseAPIResponseWithError


class NoResultsFoundError


class NonBranchRefWriteError

Parameters

responseAPIResponseWithError


class NotABranchRefError

Parameters

responseAPIResponseWithError


class NotATagRefError

Parameters

responseAPIResponseWithError


class NotAWriteBranchRefError

Parameters

responseAPIResponseWithError


class NotFoundError

Parameters

responseAPIResponseWithError


class ObjectCannotBeSerializedError


class ObjectTooBigError


class RefNotFoundError

Parameters

responseAPIResponseWithError


class RenameBranchForbiddenError

Parameters

responseAPIResponseWithError


class RenameTagForbiddenError

Parameters

responseAPIResponseWithError


class ResourceNotFoundError

Parameters

responseAPIResponseWithError


class RevertDestinationTableExistsError

Parameters

responseAPIResponseWithError


class RevertIdenticalTableError

Parameters

responseAPIResponseWithError


class RevertTableForbiddenError

Parameters

responseAPIResponseWithError


class SameRefError

Parameters

responseAPIResponseWithError


class ServiceUnavailableError

Parameters

responseAPIResponseWithError


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_idstr

ctxTableCreatePlanApplyContext


class TableCreatePlanApplyStatusError

Parameters

messagestr

stateTableCreatePlanApplyState


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_idstr

ctxTableCreatePlanContext


class TableCreatePlanStatusError

Parameters

messagestr

stateTableCreatePlanState


class TableNotFoundError

Parameters

responseAPIResponseWithError


class Tag


class TagExistsError

Parameters

responseAPIResponseWithError


class TagNotFoundError

Parameters

responseAPIResponseWithError


class TooManyRequestsError

Parameters

responseAPIResponseWithError


class UnauthorizedError

Parameters

responseAPIResponseWithError


class UnhandledRuntimeError


class UpdateConflictError

Parameters

responseAPIResponseWithError


class UserObjectKeyNotExistsError


class UserObjectWithKeyExistsError