From fcd1ffe1a2a4e4a954658e6365c4742423b5da9d Mon Sep 17 00:00:00 2001 From: Phillip LeBlanc Date: Sat, 27 Apr 2024 15:26:19 +0900 Subject: [PATCH] Apply suggestions from code review --- spiceaidocs/docs/data-accelerators/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spiceaidocs/docs/data-accelerators/index.md b/spiceaidocs/docs/data-accelerators/index.md index 4254ab77..7e9a3077 100644 --- a/spiceaidocs/docs/data-accelerators/index.md +++ b/spiceaidocs/docs/data-accelerators/index.md @@ -45,7 +45,7 @@ Often only a subset of the data in a federated table is used in applications or ### Refresh SQL -Specify filters for the data accelerated from the federated source via arbitrary SQL. Only supported for datasets configured with a `full` refreh mode (the default). +Specify filters for the data accelerated from the federated source via arbitrary SQL. Only supported for datasets configured with a `full` refresh mode (the default). Filters will be pushed down to the remote source, and only the requested data will be transferred over the network.