Skip to content

Commit

Permalink
Remove outdated restriction: selecting a subset of columns isn't supp…
Browse files Browse the repository at this point in the history
…orted (#686)
  • Loading branch information
sgrebnov authored Dec 16, 2024
1 parent 4d1a582 commit a367642
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spiceaidocs/docs/reference/spicepod/datasets.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,6 @@ Must be of the form `SELECT * FROM {name} WHERE {refresh_filter}`. `{name}` is t
:::warning[Limitations]

- The refresh SQL only supports filtering data from the current dataset - joining across other datasets is not supported.
- Selecting a subset of columns isn't supported - the refresh SQL needs to start with `SELECT * FROM {name}`.
- Queries for data that have been filtered out will not fall back to querying against the federated table.

:::
Expand Down

0 comments on commit a367642

Please sign in to comment.