Skip to content

Commit

Permalink
Update changelog; sql stager fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mpolomdeepsense committed Jan 17, 2025
1 parent b0eaa73 commit b876040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

### 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 SQL uploader stager** - When passed `output_filename` without a suffix it resulted in unsupported file format error. `.json` suffix will be added to output filename if it doesn't have one.
* **Fix Snowflake uploader** - Unexpected `columns` argument was passed to `_fit_to_schema` method inside SnowflakeUploader `upload_dataframe` method.

## 0.3.15
Expand Down

0 comments on commit b876040

Please sign in to comment.