docs
docs copied to clipboard
fix: document actual behavior of add_continuous_aggregate_policy when using if_not_exists
Description
The documentation says to enable if_not_exists if I don't want it to error when the policy does not exist, but when adding a policy, it should be the other way around.
Normally, it errors when the policy already exists, and when specifying if_not_exists, I want it to warn instead.
Links
None
Review checklists
Reviewers: use this section to ensure you have checked everything before approving this PR:
Subject matter expert (SME) review checklist
- [ ] Is the content technically accurate?
- [ ] Is the content complete?
- [ ] Is the content presented in a logical order?
- [ ] Does the content use appropriate names for features and products?
- [ ] Does the content provide relevant links to further information?
Documentation team review checklist
- [ ] Is the content free from typos?
- [ ] Does the content use plain English?
- [ ] Does the content contain clear sections for concepts, tasks, and references?
- [ ] Have any images been uploaded to the correct location, and are resolvable?
- [ ] If the page index was updated, are redirects required and have they been implemented?
- [ ] Have you checked the built version of this content?