Kirtiman Mishra
Kirtiman Mishra
## What - Modified database insert query as parameterized query to fix the insert operation - Error handling on db connector ## Why - ## How - ## Can this...
## What - Fixing pdm lock automation uncommited changes - Adding paths on automation ## Why - When automation runs, if there is any uncommited changes, it fails - Workflow...
## What - Error handling for gdrive connector ## Why - Happens when wrong env is passed to gdrive, an issue we faced ## How - Through `FSAccessDeniedError` when google-exception...
## What - Error Handling for azure fs ## Why - Azure doesn't allow directory(container) name to be invalid dns. Reference https://learn.microsoft.com/en-us/rest/api/storageservices/naming-and-referencing-containers--blobs--and-metadata#container-names ## How - When the above error happens,...
## What - Oracle db connector - Code refactoring of all db connectors ## Why - Oracle db connector needs implementation - Code refactoring is need for simplification ## How...
## What - diabling pdm lock automation for now ## Why - Pdm automation is not handling conflicts, and producing stale pdm.lock ## How - Commenting in automation file ##...
## What - Error handling for text-extractor on backend ## Why - text-extractor was producing error for db connectors - ## How - Changes on workflow_helper (on producing error log)...
## What - sftp connector integration updated changes ## Why - sftp implementation needed ## How - changes on `sftp.py` on `unstract/connectors` ## Can this PR break any existing features....
## What - changes in .gitignore file for multiple prompt-studio projects onboarding ## Why - Cloud related files need to be kept in gitingore ## How - ## Can this...
## What - When prompt-studio projects load, document should be viewed as loading instead of failed to load ## Why - UI message needs to be better ## How -...