Skip to content

Commit e2e55dd

Browse files
Update cloud-rules-api.mdx
1 parent adb77c1 commit e2e55dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/new-relic-control/pipeline-control/cloud-rules-api.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ There are two categories of rules you can create:
1818
```sql
1919
DELETE dropAttr1, dropAttr2 FROM DATA_TYPE (WHERE OPTIONAL_FILTER)
2020
```
21-
* For this type of rule, you must pass in a non-empty list of **raw** attributes names in the `SELECT` clause.
21+
* For this type of rule, you must pass in a non-empty list of **raw** attributes names in the `DELETE` clause.
2222

2323
<Callout variant="tip">
2424
Pipeline Control cloud rules only apply to data that arrives from the moment you create the rule, they don't delete data that's [already been ingested](/docs/telemetry-data-platform/ingest-manage-data/manage-data/manage-data-retention#data-deletion).

0 commit comments

Comments
 (0)