Skip to content

Commit

Permalink
Clarify some language bits that only work in zq or Zed lake context (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
philrz authored Jul 1, 2024
1 parent 6f72a13 commit f497079
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/language/operators/file.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,8 @@
### Synopsis

`file` is a shorthand notation for `from`. See the [from operator](from.md) documentation for details.

:::tip Note
The `file` shorthand is exclusively for working with inputs to
[`zq`](../../commands/zq.md) and is not available for use with [Zed lakes](../../commands/zed.md).
:::
7 changes: 7 additions & 0 deletions docs/language/operators/load.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@
```
load <pool>[@<branch>] [author <author>] [message <message>] [meta <meta>]
```

:::tip Note
The `load` operator is exclusively for working with pools in a
[Zed lake](../../commands/zed.md) and is not available for use in
[`zq`](../../commands/zq.md).
:::

### Description

The `load` operator populates the specified `<pool>` with the values it
Expand Down

0 comments on commit f497079

Please sign in to comment.