Skip to content

Commit

Permalink
Update website/blog/2024-10-05-snowflake-feature-store.md
Browse files Browse the repository at this point in the history
Co-authored-by: Matt Shaver <[email protected]>
  • Loading branch information
nghi-ly and matthewshaver authored Oct 1, 2024
1 parent 802838d commit dcb93cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/blog/2024-10-05-snowflake-feature-store.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Window aggregations play an important role in the creation of features. Because

```

Now, we use this macro in our feature table to build out various aggregations of customer transactions over the last day, 7 days, and 30 days. Snowflake has just taken significant complexity away in generating appropriate feature values and dbt has just made the code even more readable and repeatable. While the follwing example is built in SQL, teams can also build these pipelines using Python directly.
Now, we use this macro in our feature table to build out various aggregations of customer transactions over the last day, 7 days, and 30 days. Snowflake has just taken significant complexity away in generating appropriate feature values and dbt has just made the code even more readable and repeatable. While the following example is built in SQL, teams can also build these pipelines using Python directly.

```sql

Expand Down

0 comments on commit dcb93cf

Please sign in to comment.