All Products
Search
Document Center

Hologres:Dataiku

Last Updated:Mar 26, 2026

Hologres is compatible with PostgreSQL, so you can connect Dataiku to a Hologres instance using the built-in PostgreSQL connector and run visual analytics on your data.

Prerequisites

Before you begin, make sure you have:

Connect to Hologres

  1. Log in to Dataiku and click Blank project. For this example, name the project Hologres.

    Create project

  2. On the project details page, click +IMPORT YOUR FIRST DATASET to open the data source page.

    Import data

  3. On the data source page, under SQL, select PostgreSQL, then click Create a new connection.

    Create a new connection

  4. At the top of the page, click +NEW CONNECTION and select PostgreSQL from the dropdown list.

    Create connection

  5. In the BASIC PARAMS section, fill in the connection parameters. You can also specify a schema if required.

    Parameter configuration

    Parameter Description
    New connection name A name for your connection.
    Host The public endpoint of your Hologres instance. Find it in the Network Information section of the Hologres Management Console.
    Port The port of your Hologres instance. Find it in the Network Information section of the Hologres Management Console.
    Database The name of the Hologres database.
    User Your Alibaba Cloud AccessKey ID. For more information, see Create an AccessKey pair.
    Password Your Alibaba Cloud AccessKey secret. For more information, see Create an AccessKey pair.
    More parameters See the Dataiku official documentation for additional parameters.
  6. Click TEST at the bottom of the page. If the test passes, click CREATE to save the connection.

    Connection successful

Import data and analyze

After the connection is established, click Import tables to datasets at the bottom of the page to import table schemas from Hologres into Dataiku datasets. Once the import is complete, use Dataiku's visual analytics tools to explore and analyze your data.

Analysis
Due to a Dataiku limitation, foreign tables can only be queried directly in an SQL Notebook. The Import tables to datasets feature does not support foreign tables.

What's next