Skip to main content

Page 2 — Data Connections

The Data Connections page is where you connect Intugle to your data sources. Once connected, your data becomes available to the AI for querying, building apps, and creating data products.

Data Connections — full page


Page Layout

The page has two main sections:

  1. Your Connections — existing data sources already linked to this workspace
  2. Add New Connection — a grid of available data source types to connect

At the top, a 3-step wizard bar shows where you are in the connection setup process:

① Connections  ──────  ② Configuration  ──────  ③ Datasets
StepWhat Happens
1. ConnectionsChoose the type of data source and provide credentials
2. ConfigurationSelect tables and columns to import
3. DatasetsReview the imported datasets before finishing

Click Continue to Semantic Graph → (top right) once your connection is configured.

Note: If you see the banner "You don't have permission to manage connections. Contact Support", your user role does not have admin access. Contact your workspace administrator.


Your Connections

Your Connections section

This section lists all data sources already connected to your workspace. Use the Search here box to filter connections by name.

Each connection card shows:

FieldDescription
Source typeThe type of data source (e.g. Azure Data Lake Gen2)
Dataset nameThe name of the connected dataset (e.g. uat_saas_upload_79)
TablesNumber of tables connected (e.g. 13)
Connected dateWhen the connection was created (e.g. Feb 2, 2026)
Datasets status🟢 completed · 🔵 running · 🔴 failed — count of datasets in each state

In the example above, the workspace has one connection:

  • Azure Data Lake Gen2 — dataset uat_saas_upload_79, 13 tables, connected Feb 2 2026
  • 20 completed datasets, 0 running, 0 failed

Add New Connection

Add New Connection — data source grid

The lower section of the page lets you connect a new data source. Click any tile to begin the setup for that source type.

SourceDescription
Upload FileUpload a CSV, Excel, or other file directly to your workspace
MySQLConnect to a MySQL relational database
PostgreSQLConnect to a PostgreSQL relational database
SnowflakeConnect to a Snowflake cloud data warehouse
DatabricksConnect to a Databricks workspace
SalesforceConnect to your Salesforce CRM
Azure Data LakeConnect to Azure Data Lake Gen2 storage
(and more)Scroll down to see all available connectors

Use the Search here box (top right of the grid) to quickly find a specific connector type.


How to Add a New Connection

  1. Click the data source tile you want to connect (e.g. PostgreSQL)
  2. Enter the connection credentials — host, port, database name, username, password
  3. Click Test Connection to verify the credentials work
  4. Click Next to go to Configuration
  5. Select which tables and columns to include
  6. Click Next to go to Datasets
  7. Review the imported datasets and click Finish

Your new connection will appear under Your Connections and be available as a data source in the chat input on the Homepage.


Semantic Data Graph

When a data connection is set up and processed, you can build a Semantic Data Graph using the Agents Service page — a visual map of all your tables and their relationships.

Semantic Data Graph Agent

Graph Visualization Elements

ElementDescription
Center nodeYour data table (highlighted in the center)
Connected nodesIndividual columns branching from the table
Node colorsDifferent colors indicate different data types or classifications
Lines between nodesRepresent relationships between tables or column connections
Granularity sliderSwitch between Table and Column level views

Pipeline Steps (shown during build)

The Semantic Data Graph agent walks you through these steps in a guided workflow:

StepWhat HappensExample Result
Table SelectionChoose tables to include in the graph1 table selected
Business ContextSet your industry vertical (Retail, Healthcare, Finance, etc.)Retail selected
Data ProfilingAnalyze data quality and classify columns100% completeness, 5 Dimensions, 2 Measures
Business GlossaryGenerate business term definitions7 terms classified
Relationship IdentificationFind primary/foreign key relationships1 key, 0 links (single table)

Data Profiling Details

The Data Profiling step provides comprehensive analysis of your data:

Data Profiling Results

MetricDescription
Dimensions & MeasuresClassifies columns as categorical (dimensions) or numeric (measures)
Data TypesBreakdown by type: Text, Integer, Float, Date & Time, Boolean, Others
CompletenessPercentage of non-null values across your data
UniquenessPercentage of unique values (helps identify potential keys)
Overall HealthSummary assessment: Good, Fair, or Poor

Once complete: "Semantic Data Graph Generated! You can now start exploring and analyzing your data."

A chat input at the bottom lets you query the data directly from this view, with a Deploy button to publish what you build into an app.