Skip to main content

Celonis Product Documentation

Sharing data between data pools

You can share data between data pools within the same Celonis Platform team by exporting their data connections and then importing them into the target data pool. By sharing data, you can both granularly control permissions to it and can make use of commonly used data for different business reasons or processes.

You must first export your data connection and then import that data connection into your selected data pools. These steps must be performed in order, rather than selecting either / or.

Exporting data connections

By exporting data connections, you share the data from those data connections with other data pools. This includes sharing the data connection’s table configuration, with views of that table being taken so that the data isn’t duplicated.

To export a data connection from your data pool diagram:

  1. Click Data Connections.

  2. For the data connection you want to share, click Options - Share Data with Other Data Pools.

    share_data_connection.png
  3. Select the data pool(s) you want to share your data connection with.

  4. Select the tables you want to share with the selected data pools. If multiple data pools are selected, you can choose whether to use the same configuration for all target data pools or manually select the configuration for each.

    Same configuration for all target data pools: Best used for sharing the same data tables across one or more data pools.

    Manually select configuration per data pool: Best used for sharing different data tables with different data pools.

    share_data_tables.png
  5. Click Finish.

    The data connection is shared with the selected data pools and is ready to be imported.

Importing data connections

After exporting your data connections to selected data pools, you must then import them into that data pool. This adds the data connection to a draft data pool, with that draft needing to be saved before the connection can be used in production.

To import your data connections to a data pool from your data pool diagram:

  1. Click Data Connections.

  2. Click + Add Data Connection and select Import Data from another Data Pool.

    import_data_from_another_data_pool.png
  3. Select the data connection you want to import.

  4. Choose the tables you want to synchronize between the data pools.

    This is a one time synchronization with the existing table configuration, with any subsequent changes needing to be manually synchronized to be applied. See: Synchronizing data connections.

  5. Click Finish.

    The data connection and related tables are now imported into the data pool, with the data pool remaining in draft until the version has been saved.

Synchronizing data connections

If new rows are added to the tables and views of the exported data connection, the data will be available automatically in the importing data pools, e.g. when executing a data job with those tables. However, if the structure of the tables change or tables are added/removed, the data connection needs to be synchronized.

To synchronize your data connections from your data pool diagram:

  1. Click Data Connections.

  2. For the data connection you want to share, click Options - Synchronize.

    synchronize_button.png
  3. Select the data connection tables you want to synchronize.

  4. Click Synchronize.

    The new versions of the tables are now imported and available in your current data pool.