Exceptions
This module provides custom exceptions.
ClusterTagNotFoundException
Bases: Exception
Exception for missing required cluster tags.
This exception is raised when a cluster tag is missing.
Source code in blipdataforge/exceptions.py
DataContractNotFoundException
Bases: Exception
Exception for when a data contract was not found.
This exception is raised when a data contract is requested to the API but the API responded with 404.
Source code in blipdataforge/exceptions.py
DeleteNotAllowedException
Bases: Exception
Exception for missing required cluster tags.
This exception is raised when delete operation is blocked for some reason.
Source code in blipdataforge/exceptions.py
DomainNotAllowedException
Bases: Exception
Exception for when the execution is in the wrong domain.
This exception is raised when a function or class is called in a domain where its execution is not allowed.
Source code in blipdataforge/exceptions.py
MalformedDatasetNameException
Bases: Exception
Exception for malformed dataset name on quality check string.
This exception is raised when a quality check string contains a dataset
name which does not follow the right pattern catalog.database.table.
Source code in blipdataforge/exceptions.py
ParsingFailure
Bases: Exception
Exception for failure in parsing processes.
This exception is raised when a parser is unable to parse a value.