Skip to Content
SourcesAzure AnalyticsOverview

Azure Analytics

Source (Direct Connection) - Vendo reads directly from Azure Synapse tables and views. No data is copied into Vendo’s infrastructure.

Azure Analytics is the Vendo catalog entry for Azure Synapse warehouse connections.

What Vendo Accesses

Vendo connects to your Azure Synapse workspace and queries authorized tables for attribution, segments, SQL models, and AI-assisted analysis.

Supported Data

DataDescription
TablesAny table the configured connection can read
ViewsSQL views over warehouse or lake data
External TablesTables backed by Azure Data Lake Storage
SchemasSchemas granted to the configured database principal

Connection Behavior

BehaviorDescription
Direct QueryNo import job is required; queries run in Azure Synapse
Self-Serve CatalogAzure Analytics is available in the data warehouse category
Table Source OptionThe source option is Tables, for Azure Synapse tables and views
Schema DiscoveryVendo discovers readable schemas and tables after the connection is saved

Platform Details

SettingValue
App typeazure_synapse
Catalog nameAzure Analytics
Connection typeDirect connection (no sync)
ComputeQueries run in your Azure Synapse environment

Setup

  1. Navigate to App Connections > Add App Connection
  2. Select Azure Analytics from the data warehouse category
  3. Provide the connection details for the Azure Synapse workspace, SQL endpoint, database, and schema scope
  4. Use a database principal with read access to the tables or views Vendo should query
  5. Save the connection so Vendo can test connectivity and discover schemas

Permissions Required

Grant the connection principal the smallest read scope needed for the data you want to use:

PermissionPurpose
Connect to SQL endpointReach the Synapse SQL endpoint
Database accessUse the target database
Schema accessDiscover and address tables/views
SELECT on tables or viewsRead source data

Destination Support

Azure Analytics is also available as a destination for warehouse activation. It accepts event, user, ad data, and conversion exports from Vendo.

See Azure Analytics destination for the activation-side behavior.

Troubleshooting

SymptomWhat to check
Connection failsConfirm the Synapse workspace, SQL endpoint, database, and credentials
Tables do not appearCheck schema visibility and SELECT grants for the configured principal
Queries time outCheck Synapse pool state, concurrency limits, and warehouse sizing
Network access failsConfirm your network rules allow Vendo to reach the SQL endpoint
Last updated on