dbt · JSON-LD Context

Dbt Context

JSON-LD context defining the semantic vocabulary for Dbt from dbt.

6 Classes 10 Properties 2 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
dbt: https://schema.getdbt.com/

Classes

Project Job Run Environment Model Source

Properties

Property Type Container
id
name schema:Text
description schema:Text
status schema:Text
started_at schema:DateTime
finished_at schema:DateTime
duration schema:Text
git_branch schema:Text
git_sha schema:Text
execute_steps

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "@vocab": "https://schema.getdbt.com/",
    "schema": "https://schema.org/",
    "dbt": "https://schema.getdbt.com/",
    "Project": "dbt:Project",
    "Job": "dbt:Job",
    "Run": "dbt:Run",
    "Environment": "dbt:Environment",
    "Model": "dbt:Model",
    "Source": "dbt:Source",
    "id": {"@id": "schema:identifier"},
    "name": {"@id": "schema:name", "@type": "schema:Text"},
    "description": {"@id": "schema:description", "@type": "schema:Text"},
    "status": {"@id": "dbt:status", "@type": "schema:Text"},
    "started_at": {"@id": "schema:startTime", "@type": "schema:DateTime"},
    "finished_at": {"@id": "schema:endTime", "@type": "schema:DateTime"},
    "duration": {"@id": "schema:duration", "@type": "schema:Text"},
    "git_branch": {"@id": "dbt:gitBranch", "@type": "schema:Text"},
    "git_sha": {"@id": "dbt:gitSha", "@type": "schema:Text"},
    "execute_steps": {"@id": "dbt:executeSteps"}
  }
}