mirror of
https://github.com/RADar-AZDelta/Rabbit-in-a-Blender.git
synced 2026-03-23 20:37:03 +00:00
[GH-ISSUE #114] fact_relationship error #68
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#68
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 @loreV-edenceHealth on GitHub (Feb 28, 2025).
Original GitHub issue: https://github.com/RADar-AZDelta/Rabbit-in-a-Blender/issues/114
Originally assigned to: @pjlammertyn on GitHub.
In {{omop_tables}}_apply_events_columns.sql.jinja for the fact_relationship, the quotes in row [
github.com/RADar-AZDelta/Rabbit-in-a-Blender@fa010ea3ca/src/riab/etl/sql_server/templates/etl/{omop_table}_apply_event_columns.sql.jinja (L146)] are causing an error during the riab run.@loreV-edenceHealth commented on GitHub (Mar 21, 2025):
At the moment I need to manually run the final query to fill the fact_relationship table because the backtick (`) character is causing issues in sql_server queries.
Can this be fixed? in sql_server [] are used for tables and fields instead of this backtick character.
@pjlammertyn commented on GitHub (Apr 28, 2025):
solved in version 0.0.73