Cross-Provider Workflow
dbt Semantic Layer Query to Airtable Records
Version 1.0.0
Run a dbt Semantic Layer metric query, then write the results into an Airtable table.
Providers Orchestrated
Workflows
semantic-query-to-airtable
Run a dbt semantic query, then store the metrics in Airtable.
Executes a dbt Semantic Layer query for governed metrics and creates Airtable records from the returned values.
1
run-semantic-query
$sourceDescriptions.dbtSemanticApi.executeSemanticQuery
Execute a dbt Semantic Layer metric query.
2
store-metrics
$sourceDescriptions.airtableApi.createRecords
Create Airtable records from the semantic metric results.
Source API Descriptions
openapi