We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 960bacb commit d97c705Copy full SHA for d97c705
docs/guides/signals.md
@@ -63,9 +63,9 @@ This example specifies that the `random_signal()` should evaluate once with a th
63
MODEL (
64
name example.signal_model,
65
kind FULL,
66
- signals [
+ signals (
67
random_signal(threshold := 0.5), # specify threshold value
68
- ]
+ )
69
);
70
71
SELECT 1
@@ -108,9 +108,9 @@ MODEL (
108
time_column ds,
109
),
110
start '2 week ago',
111
112
one_week_ago(),
113
114
115
116
0 commit comments