Cross-Provider Workflow
dbt Discovery Metadata to Google Sheets Report
Version 1.0.0
Run a dbt Discovery API query for model metadata, then write the results to a Google Sheet.
Providers Orchestrated
Workflows
dbt-discovery-to-sheet
Query dbt Discovery metadata and append it to a Google Sheet.
Executes a dbt Discovery GraphQL query for model metadata, then appends the returned rows to a Google Sheets range as a catalog report.
1
run-discovery
$sourceDescriptions.dbtDiscoveryApi.executeDiscoveryQuery
Execute a dbt Discovery GraphQL query for model metadata.
2
append-to-sheet
$sourceDescriptions.googleSheetsApi.appendValues
Append the discovery metadata to the Google Sheets report.
Source API Descriptions
openapi