You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/reverse-etl/index.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -321,3 +321,6 @@ To receive Reverse ETL sync notifications:
321
321
3. Enable the toggle for **Reverse ETL Sync Failed**.
322
322
323
323
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