mirror of
https://github.com/RADar-AZDelta/Rabbit-in-a-Blender.git
synced 2026-03-23 20:37:03 +00:00
[GH-ISSUE #48] Suggestion for small change in table order of ETL #28
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#28
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 (Apr 18, 2024).
Original GitHub issue: https://github.com/RADar-AZDelta/Rabbit-in-a-Blender/issues/48
Originally assigned to: @pjlammertyn on GitHub.
The vocabulary table should be one of the first tables to run, because if a table uses custom concepts, it checks if the vocabulary used (in our case AZDELTA) is present in the vocabulary table. With the order used now, we get a problem with the custom concepts in the fact_relationship table.
@pjlammertyn commented on GitHub (Apr 18, 2024):
solved in commit
github.com/RADar-AZDelta/Rabbit-in-a-Blender@86147b3582