Skip to content

0.3.1 (2026-01-15)

Latest

Choose a tag to compare

@github-actions github-actions released this 15 Jan 13:41
· 29 commits to develop since this release
d14bf1b

Improvements

  • Added table name validation - must be in format schema.table or namespace1.namespace2.table.
  • Cut 400MB of worker images size by removing copies of .jar files.
  • Explicitly log transfer exception instead of raised unexpected: UnpickleableExceptionWrapper by celery.

Misc

  • Switch from poetry to uv for dependency management.
  • Switch from black to ruff format.
  • Switch from flake8+wemake-python-styleguide to ruff check, and fix found code smells.
  • Dependency updates.