Skip to content

Commit c9fcab7

Browse files
Merge pull request #6141 from segmentio/joeynmq-patch-4
rETL - Add FAQ for Syntax errors
2 parents b1019b2 + 7665739 commit c9fcab7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/connections/reverse-etl/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,3 +321,6 @@ To receive Reverse ETL sync notifications:
321321
3. Enable the toggle for **Reverse ETL Sync Failed**.
322322

323323
In case of consecutive failures, Segment sends notifications for every sync failure. Segment doesn't send notifications for partial failures.
324+
325+
#### Can I have multiple queries in the Query Builder?
326+
No. In Reverse ETL, Segment executes queries in a [common table expression](https://cloud.google.com/bigquery/docs/reference/standard-sql/query-syntax#with_clause){:target="_blank”}, which can only bind the results from **one single** subquery. If there are multiple semicolons `;` in the query, they'll be treated as several subqueries (even if the second part is only an inline comment) and cause syntax errors.

0 commit comments

Comments
 (0)