Skip to content

Commit

Permalink
Docs: Fix incorrect set_current_snapshot procedure argument (apache#9360
Browse files Browse the repository at this point in the history
)
  • Loading branch information
tomtongue authored Dec 21, 2023
1 parent a654bf9 commit bfa8006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/spark-procedures.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ CALL catalog_name.system.set_current_snapshot('db.sample', 1);

Set the current snapshot for `db.sample` to tag `s1`:
```sql
CALL catalog_name.system.set_current_snapshot(table => 'db.sample', tag => 's1');
CALL catalog_name.system.set_current_snapshot(table => 'db.sample', ref => 's1');
```

### `cherrypick_snapshot`
Expand Down

0 comments on commit bfa8006

Please sign in to comment.