mirror of
https://github.com/RADar-AZDelta/Rabbit-in-a-Blender.git
synced 2026-03-23 20:37:03 +00:00
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#97
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?
📋 Pull Request Information
Original PR: https://github.com/RADar-AZDelta/Rabbit-in-a-Blender/pull/69
Author: @pjlammertyn
Created: 6/3/2024
Status: ✅ Merged
Merged: 6/3/2024
Merged by: @pjlammertyn
Base:
main← Head:issue-#67📝 Commits (2)
7cf0d45cleanup cascade of tables4cd2fd7sped up cleanup📊 Changes
19 files changed (+144 additions, -515 deletions)
View changed files
📝
src/riab/etl/bigquery/cleanup.py(+6 -116)➖
src/riab/etl/bigquery/templates/cleanup/CONCEPT_ANCESTOR_remove_custom_concepts.sql.jinja(+0 -4)➖
src/riab/etl/bigquery/templates/cleanup/CONCEPT_ANCESTOR_remove_custom_concepts_by_{omop_table}__{concept_id_column}_usagi_table.sql.jinja(+0 -18)➖
src/riab/etl/bigquery/templates/cleanup/CONCEPT_RELATIONSHIP_remove_custom_concepts.sql.jinja(+0 -4)➖
src/riab/etl/bigquery/templates/cleanup/CONCEPT_RELATIONSHIP_remove_custom_concepts_by_{omop_table}__{concept_id_column}_usagi_table.sql.jinja(+0 -18)📝
src/riab/etl/bigquery/templates/cleanup/SOURCE_ID_TO_OMOP_ID_MAP_remove_ids_by_omop_table.sql.jinja(+6 -1)➖
src/riab/etl/bigquery/templates/cleanup/VOCABULARY_remove_custom_concepts.sql.jinja(+0 -4)➖
src/riab/etl/bigquery/templates/cleanup/VOCABULARY_remove_custom_concepts_by_{omop_table}__{concept_id_column}_usagi_table.sql.jinja(+0 -11)📝
src/riab/etl/bigquery/templates/cleanup/truncate.sql.jinja(+6 -1)📝
src/riab/etl/cleanup.py(+106 -150)📝
src/riab/etl/sql_server/cleanup.py(+8 -127)➖
src/riab/etl/sql_server/templates/cleanup/CONCEPT_ANCESTOR_remove_custom_concepts.sql.jinja(+0 -4)➖
src/riab/etl/sql_server/templates/cleanup/CONCEPT_ANCESTOR_remove_custom_concepts_by_{omop_table}__{concept_id_column}_usagi_table.sql.jinja(+0 -18)➖
src/riab/etl/sql_server/templates/cleanup/CONCEPT_RELATIONSHIP_remove_custom_concepts.sql.jinja(+0 -4)➖
src/riab/etl/sql_server/templates/cleanup/CONCEPT_RELATIONSHIP_remove_custom_concepts_by_{omop_table}__{concept_id_column}_usagi_table.sql.jinja(+0 -18)📝
src/riab/etl/sql_server/templates/cleanup/SOURCE_ID_TO_OMOP_ID_MAP_remove_ids_by_omop_table.sql.jinja(+6 -1)➖
src/riab/etl/sql_server/templates/cleanup/VOCABULARY_remove_custom_concepts.sql.jinja(+0 -4)➖
src/riab/etl/sql_server/templates/cleanup/VOCABULARY_remove_custom_concepts_by_{omop_table}__{concept_id_column}_usagi_table.sql.jinja(+0 -11)📝
src/riab/etl/sql_server/templates/cleanup/truncate.sql.jinja(+6 -1)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.