Released on April 25, 2023.
Enhancements
- Improves the
describe
method on integration objects in the SDK; if there
was an error connecting or validating the integration, the error will be
shown.
- Eagerly validates integration connections, so users will be notified
immediately if they are using a mis-configured integration when, for
example, attempting to access data.
- Replaces placeholder values in integration connection forms with more
realistic values.
- Adds support for the most recent version of
numpy
.
All Changes
v0.2.11...v0.2.12
All commits
* Fix isort in our code and automated linter by @kenxu95 in https://github.com//pull/1227
* Bump numpy version to 1.24.2 by @kenxu95 in https://github.com//pull/1228
* Eng 2635 Add automated periodic testing coverage for MariaDB by @eunice-chan in https://github.com//pull/1225
* Track the execution state of every integration connection on the backend by @kenxu95 in https://github.com//pull/1220
* [SDK] Fail when using any integrations that aren't connected yet by @kenxu95 in https://github.com//pull/1223
* Improve placeholder values for integrations by @hsubbaraj-spiral in https://github.com//pull/1233
* Refactor Spark Python Executor by @hsubbaraj-spiral in https://github.com//pull/1231
* Fix documentation bug for missing local file by @Fanjia-Yan in https://github.com//pull/1230
* Eng 2735 Add order by and limit parameters for V2 workflow results by @eunice-chan in https://github.com//pull/1240
* Rc v0212 by @likawind in https://github.com//pull/1249