Skip to content

Commit

Permalink
Merge branch 'current' into remove-fal
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 authored Aug 12, 2024
2 parents da7f6b8 + f0218d1 commit 61d2c33
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion website/docs/docs/build/data-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ These tests are defined in `.sql` files, typically in your `tests` directory (as
select
order_id,
sum(amount) as total_amount
from {{ ref('fct_payments' )}}
from {{ ref('fct_payments') }}
group by 1
having total_amount < 0
```
Expand Down
7 changes: 3 additions & 4 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,13 @@ var siteSettings = {
},
announcementBar: {
id: "biweekly-demos",
content: "Join our biweekly demos and see dbt Cloud in action!",
backgroundColor: "#047377",
content: "Register now for Coalesce 2024 ✨ The Analytics Engineering Conference!",
backgroundColor: "#7444FD",
textColor: "#fff",
isCloseable: true,
},
announcementBarActive: true,
announcementBarLink:
"https://www.getdbt.com/resources/webinars/dbt-cloud-demos-with-experts/?utm_medium=internal&utm_source=docs&utm_campaign=q2-2025_biweekly-demos_aw&utm_content=biweekly-demos____&utm_term=all_all__",
announcementBarLink: "https://coalesce.getdbt.com/register/?utm_medium=internal&utm_source=docs&utm_campaign=q3-2025_coalesce-2024_aw&utm_content=coalesce____&utm_term=all_all__",
// Set community spotlight member on homepage
// This is the ID for a specific file under docs/community/spotlight
communitySpotlightMember: "meagan-palmer",
Expand Down

0 comments on commit 61d2c33

Please sign in to comment.