What's Changed
* added code page and accent support by cody-scott in https://github.com/cody-scott/dagster-mssql-bcp/pull/35
* print error on failure by cody-scott in https://github.com/cody-scott/dagster-mssql-bcp/pull/36
* doc updates by cody-scott in https://github.com/cody-scott/dagster-mssql-bcp/pull/37
Primary change is to allow accents to be loaded properly from windows by forcing the codepage to UTF-8 as polars/pandas exports it to.
**Full Changelog**: https://github.com/cody-scott/dagster-mssql-bcp/compare/v0.0.13...v0.0.14