diff --git a/docs/spark-procedures.md b/docs/spark-procedures.md index 3a637c665cab..5abf947f2141 100644 --- a/docs/spark-procedures.md +++ b/docs/spark-procedures.md @@ -442,10 +442,11 @@ This procedure invalidates all cached Spark plans that reference the affected ta #### Usage -| Argument Name | Required? | Type | Description | -|---------------|-----------|------|-------------| -| `table` | ✔️ | string | Name of the table to update | -| `use_caching` | ️ | boolean | Use Spark caching during operation (defaults to true) | +| Argument Name | Required? | Type | Description | +|---------------|-----------|------|---------------------------------------------------------------| +| `table` | ✔️ | string | Name of the table to update | +| `use_caching` | ️ | boolean | Use Spark caching during operation (defaults to true) | +| `spec_id` | ️ | int | Spec id of the manifests to rewrite (defaults to current spec id) | #### Output