Skip to main content
GET
Error

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

dataset
string
required

Response

Successful Response

name
string
required

Stable dataset identifier used in SQL.

domain
string
required

Business domain derived from the dbt model path.

relation
string
required

Allowlisted relation to use in queries.

description
string
required

Dataset definition from dbt.

grain
string[]
required

Declared columns that uniquely identify a row.

methodology
string
required

Methodology maintained with the dbt model.

update_frequency
string
required

Expected publication cadence declared in dbt.

providers
string[]
required

Organizations providing the underlying data.

Canonical upstream documentation links.

sources
DatasetSource · object[]
required

Recursive source-level lineage from the dbt graph.

columns
DatasetColumn · object[]
required

Typed and documented dbt columns.

kind
enum<string>
default:mart

Published dbt model layer. Non-mart layers appear only when explicitly customer-visible.

Available options:
raw,
staging,
intermediate,
mart,
analysis,
cell,
provenance,
model
title
string | null

Human-readable dbt Dive title.

documentation_url
string | null

Related Soria documentation URL.

snowflake_relation
string | null

SCHEMA.TABLE this dataset is delivered as in the Snowflake share.