Skip to content

Commit

Permalink
fix: document actual behavior of add_continuous_aggregate_policy when…
Browse files Browse the repository at this point in the history
… using if_not_exists

Signed-off-by: dtext <textores.danny@gmail.com>
  • Loading branch information
dtext committed Mar 18, 2024
1 parent d639b8e commit d5af92d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/add_continuous_aggregate_policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ about how continuous aggregates use real-time aggregation, see the

|Name|Type|Description|
|-|-|-|
|`if_not_exists`|BOOLEAN|Set to `true` to issue a notice instead of an error if the job does not exist. Defaults to false.|
|`if_not_exists`|BOOLEAN|Set to `true` to issue a notice instead of an error if the job already exists. Defaults to false.|

### Returns

Expand Down

0 comments on commit d5af92d

Please sign in to comment.