From c72b218e3e9b6adf2ce5efce6e0729c63595c8c2 Mon Sep 17 00:00:00 2001 From: Celine Verhoef Date: Thu, 28 Mar 2024 14:20:50 +0100 Subject: [PATCH] docs: add diff_weekdays to toc --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ee58b66..186a55f 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ This dbt package contains macros for SQL functions to run the dbt project on mul - [dateadd](#dateadd-source) - [date_from_timestamp](#date_from_timestamp-source) - [datediff](#datediff-source) + - [diff_weekdays](#diff_weekdays-source) - [stddev](#stddev-source) - [string_agg](#string_agg-source) - [timestamp_from_date](#timestamp_from_date-source)