Eduard Tudenhoefner

Results 46 issues of Eduard Tudenhoefner

We should add more tests that verify that the data classes in https://github.com/projectnessie/nessie/blob/main/python/pynessie/model.py are properly working when we get back results from the server

good first issue
python
CLI

## Description This bumps Apache Iceberg from 1.4.3 to 1.5.0 ``` == RELEASE NOTES == Iceberg Changes * Upgrade Iceberg version from 1.4.3 to 1.5.0 ``` Note that this currently...

This backports #9814 to Spark 3.4

spark

### Feature Request / Improvement The goal is to switch all imports to JUnit5 imports and to use AssertJ-style assertions depends on #9074 #9075 #9076 ### Query engine Spark

good first issue
beginner

Once the Iceberg View Spec and the Iceberg view code have been implemented/merged into Iceberg, we should make sure that the `NessieCatalog` fully supports Iceberg Views

It would be helpful to add a hook for selecting which branch of spark-cassandra-stress to build/run. This would make it easier to update and add patches to the tool during...

enhancement

## What This changes the table prefix from `airbyte_raw_` to `_airbyte_raw_` so that it's aligned with other connectors. ## 🚨 User Impact 🚨 *Are there any breaking changes? What is...

area/documentation
area/connectors
community
connectors/destination/iceberg
Stale

## What This bumps the Iceberg version to the latest released (which is 1.5.2) one and aligns dependencies. It also updates Spark to 3.5.1. Bumping the dependencies also fixes https://github.com/airbytehq/airbyte/issues/36441...

area/documentation
area/connectors
community
connectors/destination/iceberg

This introduces a `capabilities` field to the response of the `/config` endpoint, signaling what is being supported by the server. The current capabilities that come to mind are: - pagination...

build
AWS
OPENAPI

### Proposed Change When introducing Views to the REST catalog it was clear that we need a way in the REST spec to signal which endpoints are being supported by...

OPENAPI
proposal