---
title: "MySQL to Parquet Action"
description: "The data from your MySQL table will be stored in a highly efficient Parquet file format within your chosen object storage bucket"
url: https://docs.ovhcloud.com/es/guides/public-cloud/data-platform/dpe-actions-mysql-to-parquet
lang: es
lastUpdated: 2026-09-14
---
> For AI agents: the complete documentation index is available at https://docs.ovhcloud.com/es/llms.txt, the full documentation bundle is available at https://docs.ovhcloud.com/es/llms-full.txt.

# MySQL to Parquet Action

## Objective

The _MySQL to Parquet_ action provides a streamlined way to **transfer a table from a MySQL source, configured in your Connectors, directly into a Project bucket.** The data from your MySQL table will be stored in a highly efficient Parquet file format within your chosen object storage bucket.

## Configure a MySQL to Parquet action

To create a new _MySQL to Parquet_ action, follow these steps within the Data Processing Engine (DPE):

1. Navigate to the **Action tab** within the Data Processing Engine (DPE) interface.
2. Click on the **"New Action"** button.
3. From the list of available actions, select **"MySQL to Parquet"**.

![Configure a MySQL to Parquet action — Mysql to parquet](/images/public-cloud/data-platform/product/dpe/actions/mysql-to-parquet/picts/mysql-to-parquet-1.png)
### Choose a MySQL Table

First, you need to select the specific MySQL table you wish to transfer.

1. A list of available tables from your connected MySQL sources in the [Connectors](https://docs.ovhcloud.com/es/guides/public-cloud/data-platform/landing-page-connectors-sources.md) will be displayed.
2. **Important:** If this list is empty, it means you do not have any MySQL sources connected or configured in your Connectors. Please ensure you have added and connected your MySQL database as a source before attempting to use this action.
3. Select the desired MySQL table from this list.

![Choose a MySQL Table — Mysql to parquet](/images/public-cloud/data-platform/product/dpe/actions/mysql-to-parquet/picts/mysql-to-parquet-2.png)
### Select Destination Bucket and Path

Next, you will define the destination bucket and the folder path where your Parquet file(s) will be stored.

1. **Choose Destination Bucket:** Select an available [Project bucket](https://docs.ovhcloud.com/es/guides/public-cloud/data-platform/lakehouse-manager-buckets.md) from the list where your Parquet file(s) will be stored.

![Select Destination Bucket and Path — Mysql to parquet](/images/public-cloud/data-platform/product/dpe/actions/mysql-to-parquet/picts/mysql-to-parquet-3.png)
2. **Specify Folder Path:** In the field below the destination bucket selection, you will specify the desired folder path within the bucket.
   - **Example:** If you want your data to be stored in a folder named `my_mysql_data` inside a `raw_data` directory, you would enter `raw_data/my_mysql_data/`.
   - The system will automatically create any necessary folders if they don't already exist in the specified path.
   - **File Naming Convention:** The exported data will always be stored in one or more files named `part-1.parquet`, `part-2.parquet`, and so on, depending on the size of your table.
   - **Default Behavior:** If you leave the folder path empty, the action will, by default, create a folder named after the MySQL table you selected (e.g., if your table is named `users`, it will create a `users/` folder at the root of the bucket). Within this default folder, the data will be stored as `part-1.parquet`, `part-2.parquet`, etc.
   <img className="thumbnail" alt="Select Destination Bucket and Path — Mysql to parquet (2)" src="/images/public-cloud/data-platform/product/dpe/actions/mysql-to-parquet/picts/mysql-to-parquet-4.png" loading="lazy" />
3. **Run the Action:** Once both your MySQL table and destination are configured, click the "Run" button to initiate the transfer.

## Verify Your Transfer

After the _MySQL to Parquet_ action completes successfully, you can visually confirm the transfer by navigating to the **Buckets** section within the [Lakehouse Manager](https://docs.ovhcloud.com/es/guides/public-cloud/data-platform/lakehouse-manager-buckets.md). Here, you will find your new Parquet file(s) at the specified path within your destination bucket.

![Verify Your Transfer — Mysql to parquet](/images/public-cloud/data-platform/product/dpe/actions/mysql-to-parquet/picts/mysql-to-parquet-5.png)
## 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/es-es/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/).
