asset

Get the workspace-wide asset <-> runnable graph

get/w/{workspace}/assets/graph

Path parameters

workspacestring required

Query parameters

asset_kindsstring

Filter by asset kinds (comma-separated list)

folderstring

Scope the graph to runnables in a single folder

dbt_script_hashstring

Render the dbt half of the graph as one version of a dbt script had it, rather than as the currently deployed one. Given this, folder no longer scopes the dbt nodes: the pinned version's own models and lineage are the answer, including models a later deploy removed.

Response

asset graph nodes, lineage edges and trigger edges

dbt_snapshot_jobstring uuid

The job whose own snapshot the dbt half was resolved from, when one was asked for and found. A run page polls the graph while its job runs, because a dynamic descriptor's snapshot is written mid-run, and this is what tells it to stop. Omitted when the answer came from the version's deployed graph.

Changes