Skip to content

v0.2.10

Compare
Choose a tag to compare
@cw75 cw75 released this 12 Apr 01:01
· 143 commits to main since this release
6be8f10

Released on April 11, 2023.

Enhancements

  • Enables subdirectory support when configuring the AWS S3 integration. When
    a subdirectory is specified, everything outside of that directory will be
    ignored by Aqueduct.
  • Extends support for creating artifact from the local file system to all
    types
    supported by Aqueduct.
  • If executing code on the Aqueduct server without Conda, the server will now
    proactively ensure that the Python version from your environment matches
    the server's Python environment. If there's a mismatch, an error will be
    thrown.
  • Adds a dismissable banner to the Aqueduct UI notifying users of new releases.

Bugfixes

  • Fixes bug where errors occurring during the execution of a metric were not
    being properly surfaced.
  • Fixes bug where checks with a severity level of warning were being shown as
    errors in check history.
  • Fixes bug where creating a schedule with helper functions on the SDK would
    fail for monthly schedules.

All Changes

v0.2.9...v0.2.10

All commits