v0.4.2
- Added more
NotFound
error type (#94). In the latest update, thecore.py
file in thedatabricks/labs/lsql
package has undergone enhancements to the error handling functionality. The_raise_if_needed
function has been modified to raise aNotFound
error when the error message includes the phrase "does not exist". This update enables the system to categorize specific SQL query errors asNotFound
error messages, thereby improving the overall error handling and reporting capabilities. This change was a collaborative effort, as indicated by the co-authored-by statement in the commit.
Contributors: @nkvuong