Skip to content

Commit

Permalink
fix compnent
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 committed Dec 13, 2024
1 parent 326dc9e commit 8ef49ea
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions website/docs/docs/build/data-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ keywords:
- test, tests, testing, dag
---

import DbtCopilotBeta from '/snippets/_dbt-copilot-avail.md';
import CopilotBeta from '/snippets/_dbt-copilot-avail.md';

<DbtCopilotBeta resource='data tests' />
<CopilotBeta resource='data tests' />

## Related reference docs
* [Test command](/reference/commands/test)
Expand Down
4 changes: 2 additions & 2 deletions website/docs/docs/build/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ id: "documentation"
Good documentation for your dbt models will help downstream consumers discover and understand the datasets you curate for them.
dbt provides a way to generate documentation for your dbt project and render it as a website.

import DbtCopilotBeta from '/snippets/_dbt-copilot-avail.md';
import CopilotBeta from '/snippets/_dbt-copilot-avail.md';

<DbtCopilotBeta resource='documentation' />
<CopilotBeta resource='documentation' />

## Related documentation

Expand Down
4 changes: 2 additions & 2 deletions website/docs/docs/build/semantic-models.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ tags: [Metrics, Semantic Layer]
pagination_next: "docs/build/dimensions"
---

import DbtCopilotBeta from '/snippets/_dbt-copilot-avail.md';
import CopilotBeta from '/snippets/_dbt-copilot-avail.md';

<DbtCopilotBeta resource='semantic models' />
<CopilotBeta resource='semantic models' />

Semantic models are the foundation for data definition in MetricFlow, which powers the dbt Semantic Layer:

Expand Down

0 comments on commit 8ef49ea

Please sign in to comment.