Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

S3 VS installation notebook + CSE cleanup #348

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions doc/changes/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Changes

* [3.2.1](changes_3.2.1.md)
* [3.2.0](changes_3.2.0.md)
* [3.1.0](changes_3.1.0.md)
* [3.0.0](changes_3.0.0.md)
Expand Down
17 changes: 17 additions & 0 deletions doc/changes/changes_3.2.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# AI-Lab 3.2.1 released 2025-?-?

Code name: S3 Virtual schema support

## Summary

This release adds support of S3 Virtual schema extension which allows to access
the structured and semi-structured data from S3 buckets.

## Features

* #344: S3 Virtual Schema installation and configuration

## Refactorings

## Bug Fixes

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---

apt_dependencies:
- rsync=3.2.7-0ubuntu0.22.04.3
- rsync=3.2.7-0ubuntu0.22.04.4
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "exasol-ai-lab"
version = "3.2.0"
version = "3.2.1"
description = "Provide AI-Lab editions."
packages = [ {include = "exasol"}, ]
license = "MIT"
Expand Down
Loading