Skip to content

Commit 80e8cc6

Browse files
Update 2020-07-01-how-to-create-near-real-time-models-with-just-dbt-s… (#4157)
## What are you changing in this pull request and why? Referring to an updated blog post. ## Checklist <!-- Uncomment if you're publishing docs for a prerelease version of dbt (delete if not applicable): - [ ] Add versioning components, as described in [Versioning Docs](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/single-sourcing-content.md#versioning-entire-pages) - [ ] Add a note to the prerelease version [Migration Guide](https://github.com/dbt-labs/docs.getdbt.com/tree/current/website/docs/guides/migration/versions) --> - [ ] Review the [Content style guide](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/content-style-guide.md) and [About versioning](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/single-sourcing-content.md#adding-a-new-version) so my content adheres to these guidelines. - [ ] Add a checklist item for anything that needs to happen before this PR is merged, such as "needs technical review" or "change base branch." Adding new pages (delete if not applicable): - [ ] Add page to `website/sidebars.js` - [ ] Provide a unique filename for the new page Removing or renaming existing pages (delete if not applicable): - [ ] Remove page from `website/sidebars.js` - [ ] Add an entry `website/static/_redirects` - [ ] [Ran link testing](https://github.com/dbt-labs/docs.getdbt.com#running-the-cypress-tests-locally) to update the links that point to the deleted page --------- Co-authored-by: Joel Labes <[email protected]>
1 parent 7426712 commit 80e8cc6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

website/blog/2020-07-01-how-to-create-near-real-time-models-with-just-dbt-sql.md

+7
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@ date: 2020-07-01
1313
is_featured: false
1414
---
1515

16+
:::caution More up-to-date information available
17+
18+
Since this blog post was first published, many data platforms have added support for [materialized views](/blog/announcing-materialized-views), which are a superior way to achieve the goals outlined here. We recommend them over the below approach.
19+
20+
21+
:::
22+
1623
Before I dive into how to create this, I have to say this. **You probably don’t need this**. I, along with my other Fishtown colleagues, have spent countless hours working with clients that ask for near-real-time streaming data. However, when we start digging into the project, it is often realized that the use case is not there. There are a variety of reasons why near real-time streaming is not a good fit. Two key ones are:
1724

1825
1. The source data isn’t updating frequently enough.

0 commit comments

Comments
 (0)