---
title: "Organize tables into Lakehouse Manager datasets"
description: "Datasets are logical groupings of tables sharing default parameters, in Standard or External form"
url: https://docs.ovhcloud.com/de/guides/public-cloud/data-platform/lakehouse-manager-datasets
lang: de
lastUpdated: 2026-09-14
---
> For AI agents: the complete documentation index is available at https://docs.ovhcloud.com/de/llms.txt, the full documentation bundle is available at https://docs.ovhcloud.com/de/llms-full.txt.

# Organize tables into Lakehouse Manager datasets

## Objective

Datasets are logical groupings of tables, which allow them to share some default parameters.the Platform supports **Standard** as well as **External** Datasets to manage your tables.

By default you will be given one standard dataset named **default\_dataset**. This standard dataset will be using the _Lakehouse Manager Engine_ which is based on [Apache Iceberg](https://iceberg.apache.org/).

![Datasets](/images/public-cloud/data-platform/product/lakehouse-manager/datasets/picts/datasets-1.png)
:::warning
Once you create a dataset, there is a waiting period of 60 seconds before it can be used for queries.
:::

## Datasets

Datasets were designed with the mindset of encouraging users to manage the parameters of a table at a group/dataset level. You can Edit, Duplicate and Delete datasets from the list view.

### Standard Dataset

The [Lakehouse Manager](https://docs.ovhcloud.com/de/guides/public-cloud/data-platform/landing-page-lakehouse-manager.md) does the dual role of being the data management service but also the storage engine for the standard dataset. You can learn more about this engine by clicking on the _discover_ link during the creation of a dataset.

Click on the **New Dataset** button to start creating a new dataset, then select _standard dataset_. Fill in all the required dataset fields and click **Create**.

![Standard Dataset — Datasets](/images/public-cloud/data-platform/product/lakehouse-manager/datasets/picts/datasets-2.png)
![Standard Dataset — Datasets (2)](/images/public-cloud/data-platform/product/lakehouse-manager/datasets/picts/datasets-3.png)
## How data is stored

The Lakehouse Manager separates the **logical** organisation of your data from where the bytes actually live. Three concepts are easy to confuse, so it helps to keep them apart:

- **Datasets**: a logical envelope that groups tables together. A dataset does **not** store any data itself.
- **Tables**: the physical objects, stored in [Apache Iceberg](https://iceberg.apache.org/) and managed by the Lakehouse Manager.
- **Buckets**: S3<sup>1</sup>-compatible object storage for unstructured files, independent from the Lakehouse. See [Buckets](https://docs.ovhcloud.com/de/guides/public-cloud/data-platform/lakehouse-manager-buckets.md).

A dataset is therefore **not** a bucket: it is a logical grouping of tables.

:::info
Because a dataset only holds metadata, sharing or moving a dataset never copies data: it changes what the Lakehouse points to. See [Cross-project sharing](#cross-project-sharing-beta).
:::

## Dataset Management

The configuration page shows all the information you need to know about your dataset. You can edit the description and the tags for your datasets, you can also view the data residency policies - storage engine used and data residency location.

![Dataset Management — Datasets](/images/public-cloud/data-platform/product/lakehouse-manager/datasets/picts/datasets-6.png)
In the tables tab, you can view all the associated tables that are a part of the dataset. It is important to remember that this is only a view, and you cannot edit any of the tables from this menu.

![Dataset Management — Datasets (2)](/images/public-cloud/data-platform/product/lakehouse-manager/datasets/picts/datasets-7.png)
The [policy tags](https://docs.ovhcloud.com/de/guides/public-cloud/data-platform/lakehouse-manager-policy-tags.md) menu allows you assign dataset wide policy tags, which will be further applied to all the tables part of the dataset.
You can choose from the available policy tags, or even create policy tags on spot. [Here](https://docs.ovhcloud.com/de/guides/public-cloud/data-platform/lakehouse-manager-policy-tags.md#binding-policy-tags-to-data) is the step-by-step guide to binding policy tags.

![Dataset Management — Datasets (3)](/images/public-cloud/data-platform/product/lakehouse-manager/datasets/picts/datasets-8.png)
## Organising your data: the medallion approach

The Data Platform does **not** prescribe a Bronze / Silver / Gold ("medallion") architecture: you are free to model your lakehouse the way that fits your use case. By default, a dataset is provisioned for you (**default\_dataset**).

That said, managing medallion layers **with datasets** is a valid pattern and works naturally with the rest of the platform. A typical pipeline looks like this:

1. **Bronze**: raw data, ingested through [Connectors](https://docs.ovhcloud.com/de/guides/public-cloud/data-platform/landing-page-connectors-sources.md).
2. **Silver**: cleaned, validated and deduplicated by [Data Processing Engine](https://docs.ovhcloud.com/de/guides/public-cloud/data-platform/landing-page-dpe.md) actions.
3. **Gold**: enriched, joined and aggregated by Data Processing Engine actions, ready for consumption in the [Analytics Manager](https://docs.ovhcloud.com/de/guides/public-cloud/data-platform/landing-page-analytics-manager.md) or your BI tool.

Each layer is a dataset; the transformations between layers are actions orchestrated in a [workflow](https://docs.ovhcloud.com/de/guides/public-cloud/data-platform/dpe-workflows.md).

## Cross-project sharing (beta)

:::info
This feature is currently in beta. Please report any issues you run into.
:::

By default, every project on the Data Platform is fully isolated: there is no implicit way to reach a dataset from another project. Cross-project sharing lets the owner of a dataset expose it, from the **source project**, to one or more **receiving projects** in a controlled way, without breaking the existing security boundaries.

### What sharing does, and does not, do

- Sharing happens **at the dataset level**, between projects **within the same organization**. You cannot share with another organization.
- A shared dataset is a **singleton, not a copy**. Reads, writes, builds, and use in notebooks and custom actions apply to the same underlying data on both the source side and the receiving side.
- For now, sharing is **full**: the entire dataset is exposed to the receiving project.
- Isolation between unrelated projects stays strictly enforced.

### Permissions and roles

Sharing is managed from the source project.

- A shared dataset is exposed in **READ & WRITE**.
- The **LM & AM Editor** role is required to share a dataset or to remove an existing share.

:::warning
Access to a shared dataset is always evaluated **in the context of the receiving project**, not the source project. When user _B_ in project _B_ reads a dataset shared from project _A_, the platform asks "does user _B_ have access to this dataset **in project B?**", never "in project A". Since user _B_ does not exist in project _A_, that second question would always return false. Your access rules therefore stay anchored in the receiving project.
:::

:::info
A finer-grained **Advanced Data Access Control** module is under study for more granular permissions on shared objects.
:::

### Share a dataset

1. From the source project, open the dataset you want to share and go to its **Configuration** tab.
2. Click **Manage share settings**.

![Share a dataset — Share](/images/public-cloud/data-platform/product/lakehouse-manager/datasets/picts/share-1.png)
3. Select one or more projects from the available list of projects in your organization, then confirm.

![Share a dataset — Share (2)](/images/public-cloud/data-platform/product/lakehouse-manager/datasets/picts/share-2.png)
4. You will receive an email confirming that the dataset has been shared.

The source project shows usage information for each project the dataset has been shared with, so you can keep track of who is consuming the shared data.

### On the receiving project

Shared datasets appear in the **Datasets** menu of the receiving project's Lakehouse Manager, alongside the project's own datasets. They are flagged with a shared icon and the type **Lakehouse Manager (shared)**.

![On the receiving project — Share](/images/public-cloud/data-platform/product/lakehouse-manager/datasets/picts/share-3.png)
Opening a shared dataset shows its details in **read-only** mode: the dataset configuration and table structure stay managed from the source project. The associated tables can be previewed by clicking the preview icon.

![On the receiving project — Share (2)](/images/public-cloud/data-platform/product/lakehouse-manager/datasets/picts/share-4.png)
The shared dataset can be used as a source in Connectors and in Trino, so users of the receiving project work with its data exactly as they would with a dedicated dataset.

### In the Explorer

Inside the [Explorer](https://docs.ovhcloud.com/de/guides/public-cloud/data-platform/lakehouse-manager-explorer.md), use the **list by dataset** option to find a new **Shared Datasets** category. All tables coming from datasets shared with this project are listed here.

![In the Explorer — Share](/images/public-cloud/data-platform/product/lakehouse-manager/datasets/picts/share-5.png)
:::info
Shared dataset tables can only be queried using the **SQL editor**. Visual builder support is not available yet.
:::

## Go further

If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project.

Ask questions, give your feedback and interact directly with the team building the Data Platform on the dedicated [Discord channel](https://discord.gg/ovhcloud).

If you need support with your OVHcloud services, create a request in our [Help Centre](https://help.ovhcloud.com/csm?id=csm_get_help).

Join our [community of users](https://community.ovhcloud.com/).

1
: S3 is a trademark of Amazon Technologies, Inc. OVHcloud's service is not sponsored by, endorsed by, or otherwise affiliated with Amazon Technologies, Inc.