Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ly test #5932

Closed
wants to merge 9 commits into from
Closed

Ly test #5932

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions website/docs/docs/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@

dbt compiles and runs your analytics code against your data platform, enabling you and your team to collaborate on a single source of truth for metrics, insights, and business definitions. This single source of truth, combined with the ability to define tests for your data, reduces errors when logic changes, and alerts you when issues arise.

## Title Case Header

Check warning on line 12 in website/docs/docs/introduction.md

View workflow job for this annotation

GitHub Actions / lint

[vale] reported by reviewdog 🐶 [custom.SentenceCaseHeaders] 'Title Case Header' should use sentence-style capitalization. Try 'Title case header' instead. Raw Output: {"message": "[custom.SentenceCaseHeaders] 'Title Case Header' should use sentence-style capitalization. Try 'Title case header' instead.", "location": {"path": "website/docs/docs/introduction.md", "range": {"start": {"line": 12, "column": 4}}}, "severity": "WARNING"}

The tech writer writes teh documentation. It is organized by the writer too recieve this program.

Check warning on line 14 in website/docs/docs/introduction.md

View workflow job for this annotation

GitHub Actions / lint

[vale] reported by reviewdog 🐶 [custom.Typos] Oops there's a typo -- did you really mean 'teh'? Raw Output: {"message": "[custom.Typos] Oops there's a typo -- did you really mean 'teh'? ", "location": {"path": "website/docs/docs/introduction.md", "range": {"start": {"line": 14, "column": 24}}}, "severity": "WARNING"}

Check warning on line 14 in website/docs/docs/introduction.md

View workflow job for this annotation

GitHub Actions / lint

[vale] reported by reviewdog 🐶 [custom.Typos] Oops there's a typo -- did you really mean 'recieve'? Raw Output: {"message": "[custom.Typos] Oops there's a typo -- did you really mean 'recieve'? ", "location": {"path": "website/docs/docs/introduction.md", "range": {"start": {"line": 14, "column": 77}}}, "severity": "WARNING"}

I can't can't seem to understand teh main points e.g. etc.

Check warning on line 16 in website/docs/docs/introduction.md

View workflow job for this annotation

GitHub Actions / lint

[vale] reported by reviewdog 🐶 [custom.Typos] Oops there's a typo -- did you really mean 'teh'? Raw Output: {"message": "[custom.Typos] Oops there's a typo -- did you really mean 'teh'? ", "location": {"path": "website/docs/docs/introduction.md", "range": {"start": {"line": 16, "column": 34}}}, "severity": "WARNING"}

Check warning on line 16 in website/docs/docs/introduction.md

View workflow job for this annotation

GitHub Actions / lint

[vale] reported by reviewdog 🐶 [custom.Typos] Oops there's a typo -- did you really mean 'e.g.'? Raw Output: {"message": "[custom.Typos] Oops there's a typo -- did you really mean 'e.g.'? ", "location": {"path": "website/docs/docs/introduction.md", "range": {"start": {"line": 16, "column": 50}}}, "severity": "WARNING"}


## About dbt Cloud
dbt Cloud is a data transformation workflow.

<Lightbox src="/img/docs/cloud-overview.jpg" width="60%" title="dbt works alongside your ingestion, visualization, and other data tools, so you can transform data directly in your cloud data platform." />

Read more about why we want to enable analysts to work more like software engineers in [The dbt Viewpoint](/community/resources/viewpoint). Learn how other data practitioners around the world are using dbt by [joining the dbt Community](https://www.getdbt.com/community/join-the-community).
Expand Down
2 changes: 1 addition & 1 deletion website/docs/docs/trusted-adapters.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

Free and open-source tools for the data professional are increasingly abundant. This is by-and-large a *good thing*, however it requires due diligence that wasn't required in a paid-license, closed-source software world. As a user, there are questions to answer important before taking a dependency on an open-source project. The trusted adapter designation is meant to streamline this process for end users.

### Trusted adapter specifications
### Trusted Adapter Specifications

Check warning on line 12 in website/docs/docs/trusted-adapters.md

View workflow job for this annotation

GitHub Actions / lint

[vale] reported by reviewdog 🐶 [custom.SentenceCaseHeaders] 'Trusted Adapter Specifications' should use sentence-style capitalization. Try 'Trusted adapter specifications' instead. Raw Output: {"message": "[custom.SentenceCaseHeaders] 'Trusted Adapter Specifications' should use sentence-style capitalization. Try 'Trusted adapter specifications' instead.", "location": {"path": "website/docs/docs/trusted-adapters.md", "range": {"start": {"line": 12, "column": 5}}}, "severity": "WARNING"}

Refer to the [Build, test, document, and promote adapters](/guides/adapter-creation) guide for more information, particularly if you are an adapter maintainer considering having your adapter be added to the trusted list.

Expand Down
Loading