API
Acceldata Data Observability Cloud
Get Started
Asset Schema References
Data Reliability
Data Reliability Schema References
Pipelines
Authentication
Authorization
Page
Code Steps
Category
Label
Link
Separator
Title
Message
Page icon
No icon. This page keeps the plain index row.
orSVG or PNG, square, at least 32×32.
Create new category
What is the title of your new category?
Edit page index title
What is the title of the page index?
Edit category
What is the new title of your category?
Edit link
What is the new title and URL of your link?
SQL Views
Summarize Page
Copy Markdown
Open in ChatGPT
Open in Claude
Connect to Cursor
Connect to VS Code
SQL Views (Custom Assets) let you create virtual assets on top of existing datasets. Use this API when you need derived datasets for analysis.
For example, create a “regional_sales” view that aggregates transactions across multiple source tables.
Info
⚠️ All endpoints require authentication. See Authentication & Headers.
Endpoint(s)
POST /catalog-server/api/custom-assets/sql-viewGET /catalog-server/api/custom-assets/sql-view/:idPUT /catalog-server/api/custom-assets/sql-view/:idDELETE /catalog-server/api/custom-assets/sql-view/:id
Path Parameters
Name | Type | Required | Description | Example |
|---|---|---|---|---|
id | int | Yes | SQL View ID | 501 |
Request Body (POST)
{
"data": {
"asset": {
"name": "regional_sales",
"assemblyId": 5,
"assetTypeId": 2,
"isCustom": true
},
"details": {
"query": "SELECT region, SUM(sales) as total FROM orders GROUP BY region"
}
}
}
Sample Request
curl -X POST "https://demo.acceldata.io/catalog-server/api/custom-assets/sql-view"
-d '{"data":{"asset":{"name":"regional_sales","assemblyId":5,"assetTypeId":2,"isCustom":true},"details":{"query":"SELECT region, SUM(sales) as total FROM orders GROUP BY region"}}}'
Response Schema
See SQL View Schema.
Last updated on
Was this page helpful?
Next to read:
Reference AssetsFor additional help, contact www.acceldata.force.com OR call our service desk +1 844 9433282
Copyright © 2025
Discard Changes
Do you want to discard your current changes and overwrite with the template?
Archive Synced Block
Message
Create new Template
What is this template's title?
Delete Template
Message