From efb907c0a3774c4584098e784fcd9dcf02aa0c25 Mon Sep 17 00:00:00 2001 From: techtaco86 <159764443+techtaco86@users.noreply.github.com> Date: Mon, 13 Jan 2025 17:56:09 +0000 Subject: [PATCH] Minor improvements in BigQueryPushdownEngine-sqlengine --- docs/BigQueryPushdownEngine-sqlengine.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/BigQueryPushdownEngine-sqlengine.md b/docs/BigQueryPushdownEngine-sqlengine.md index a245e9d96f..0051745927 100644 --- a/docs/BigQueryPushdownEngine-sqlengine.md +++ b/docs/BigQueryPushdownEngine-sqlengine.md @@ -2,7 +2,7 @@ Description ----------- -The BigQuery pushdown engine offloads certains pipeline operations into BigQuery for execution. +The BigQuery pushdown engine offloads certain pipeline operations into BigQuery for execution. Currently, the supported operations are the following: 1. Dataset join operations using the **Joiner** plugin