Exceptions
Package defining all the io custom exceptions.
EndpointNotFoundException
¶
IncrementalFilterInputNotFoundException
¶
Bases: Exception
Exception for when the input of an incremental filter is not found.
This may occur when tables are being loaded in incremental way, taking the increment definition out of a specific table, but the table still does not exist, mainly because probably it was not loaded for the first time yet.
Source code in mkdocs/lakehouse_engine/packages/io/exceptions.py
InputNotFoundException
¶
InvalidSharepointPathException
¶
Bases: Exception
Raised when folder path conflicts with file name.
Happens if both folder_relative_path and file_name are set, but the folder path
looks like a file path (last segment has a dot).