mirror of
https://github.com/RADar-AZDelta/Rabbit-in-a-Blender.git
synced 2026-03-23 20:37:03 +00:00
[GH-ISSUE #75] Escape reserved words in templates for BigQuery #45
Labels
No labels
bug
cannot reproduce
duplicate
enhancement
experiment
invalid
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
RADar-AZDelta/archived-Rabbit-in-a-Blender#45
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @lbertelo01 on GitHub (Jun 13, 2024).
Original GitHub issue: https://github.com/RADar-AZDelta/Rabbit-in-a-Blender/issues/75
The note_nlp table uses the reserverd word 'offset' which needs to be escaped in the template(s).
During an etl test for note_nlp, this template failed:
https://github.com/RADar-AZDelta/Rabbit-in-a-Blender/blob/main/src/riab/etl/bigquery/templates/etl/%7Bomop_table%7D_merge.sql.jinja
This is the query that fails:

@FannyDHondt commented on GitHub (Jul 4, 2024):
Note_nlp werkt nog niet. Ik krijg volgende error
Ik heb de query eens gerund in BigQuery en het werkt als
t."offset",veranderd wordt int.offset,