Skip to content

Commit

Permalink
Update exports.md (#5265)
Browse files Browse the repository at this point in the history
add add'l info about exports and mf server data flow per [slack
thread](https://dbt-labs.slack.com/archives/C03KHQRQUBX/p1712795602018859)
  • Loading branch information
mirnawong1 authored Apr 11, 2024
2 parents e50323c + 80de4bd commit b0114a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/docs/use-dbt-semantic-layer/exports.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ When you run a build job, any saved queries downstream of the dbt models in that

</VersionBlock>

2. After dbt finishes building the models, the MetricFlow Server processes the exports, compiles the necessary SQL, and executes this SQL against your data platform.
2. After dbt finishes building the models, the MetricFlow Server processes the exports, compiles the necessary SQL, and executes this SQL against your data platform. It directly executes a "create table" statement so the data stays within your data platform.
3. Review the exports' execution details in the jobs logs and confirm the export was run successfully. This helps troubleshoot and to ensure accuracy. Since saved queries are integrated into the dbt DAG, all outputs related to exports are available in the job logs.
4. Your data is now available in the data platform for querying.

Expand Down

0 comments on commit b0114a8

Please sign in to comment.