Skip to content

Commit

Permalink
Update version and changelog; Fix sql and snowflake
Browse files Browse the repository at this point in the history
  • Loading branch information
mpolomdeepsense committed Jan 17, 2025
1 parent 6633182 commit 768f09d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.3.16-dev0

### Fixes

* **Fix SQL uploader stager** - When passed `output_filename` without a suffix it resulted in unsupported file format error. The fix forces output file format to be `.json`.
* **Fix Snowflake uploader** - Unexpected `columns` argument was passed to `_fit_to_schema` method inside SnowflakeUploader `upload_dataframe` method.

## 0.3.15

### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion unstructured_ingest/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.3.15" # pragma: no cover
__version__ = "0.3.16-dev0" # pragma: no cover

0 comments on commit 768f09d

Please sign in to comment.