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

Update 2020-07-01-how-to-create-near-real-time-models-with-just-dbt-s… #4157

Merged
merged 6 commits into from
Oct 2, 2023
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ date: 2020-07-01
is_featured: false
---

:::Caution More up-to-date information available
runleonarun marked this conversation as resolved.
Show resolved Hide resolved

The information contained in this blog post is outdated! You should now refer to the most recent blog post [about materialized views](/blog/announcing-materialized-views).
runleonarun marked this conversation as resolved.
Show resolved Hide resolved

You can also see our official documentation about [materializations](/docs/build/materializations).
runleonarun marked this conversation as resolved.
Show resolved Hide resolved

:::

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:

1. The source data isn’t updating frequently enough.
Expand Down
Loading