Skip to content

api-evangelist/dbt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dbt (dbt)

dbt Labs operates dbt Cloud, the managed platform for the open-source dbt (data build tool) used to transform data inside cloud warehouses. dbt Cloud exposes a set of APIs for managing accounts, projects, jobs, and runs programmatically (Administrative API), inspecting project metadata (Discovery API), and querying governed metrics (Semantic Layer API).

APIs.json: https://raw.githubusercontent.com/api-evangelist/dbt/refs/heads/main/apis.yml

Scope

  • Position: Consuming
  • Access: 3rd-Party

Tags

  • Analytics Engineering
  • Data
  • ELT
  • Metrics
  • Projects
  • SQL
  • Transformation

Timestamps

  • Created: 2025-01-08
  • Modified: 2026-05-19

APIs

dbt Cloud Administrative API

The dbt Cloud Administrative API manages accounts, projects, jobs, runs, environments, and other resources. It is the primary integration point for external orchestrators (Airflow, Dagster, Prefect) and for Terraform-based management of dbt Cloud configuration.

Tags

  • Accounts
  • Administration
  • Jobs
  • Projects
  • Runs

Properties

dbt Cloud Discovery API

Every time dbt Cloud runs a project, it generates and stores information about the project. The Discovery API exposes that metadata including details about models, sources, exposures, and execution results so teams can understand and govern their DAG.

Tags

  • Discovery
  • GraphQL
  • Lineage
  • Metadata

Properties

dbt Cloud Semantic Layer API

The dbt Semantic Layer lets teams define metrics in code with MetricFlow and query them consistently from BI tools, notebooks, and applications. The Semantic Layer API exposes metric and dimension queries via GraphQL, JDBC, and a Python SDK.

Tags

  • Dimensions
  • GraphQL
  • JDBC
  • MetricFlow
  • Metrics
  • Semantic Layer

Properties

Common Properties

Maintainers

FN: Kin Lane Email: kin@apievangelist.com

About

dbt Labs operates dbt Cloud, the managed platform for the open-source dbt (data build tool) used to transform data inside cloud warehouses.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors