[PR #52] [MERGED] add RiaB version and the git commit hash of the CDM folder, to the CDM metadata table #89

Closed
opened 2026-03-23 20:28:59 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/RADar-AZDelta/Rabbit-in-a-Blender/pull/52
Author: @pjlammertyn
Created: 4/24/2024
Status: Merged
Merged: 4/24/2024
Merged by: @pjlammertyn

Base: mainHead: issue-#51


📝 Commits (2)

  • 184b22c add RiaB version and the git commit hash of the CDM folder, to the CDM metadata table
  • 9f30859 bumped dependencies

📊 Changes

11 files changed (+498 additions, -296 deletions)

View changed files

📝 Pipfile.lock (+257 -257)
📝 pyproject.toml (+11 -11)
📝 src/riab/cli.py (+6 -5)
📝 src/riab/etl/bigquery/etl.py (+30 -0)
src/riab/etl/bigquery/templates/etl/cdm_metadata_git_commit_hash.sql.jinja (+12 -0)
src/riab/etl/bigquery/templates/etl/cdm_metadata_riab_version.sql.jinja (+12 -0)
📝 src/riab/etl/etl.py (+101 -23)
📝 src/riab/etl/etl_base.py (+15 -0)
📝 src/riab/etl/sql_server/etl.py (+30 -0)
src/riab/etl/sql_server/templates/etl/cdm_metadata_git_commit_hash.sql.jinja (+12 -0)
src/riab/etl/sql_server/templates/etl/cdm_metadata_riab_version.sql.jinja (+12 -0)

📄 Description

Adding the follown to the metadata table of the OMOP CDM is very usefull:

  • with what version of Rabbit-in-a-Blender the ETL has run
  • what is the Git commit hash of the CDM folder (if the CDM folder is a Git repo)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/RADar-AZDelta/Rabbit-in-a-Blender/pull/52 **Author:** [@pjlammertyn](https://github.com/pjlammertyn) **Created:** 4/24/2024 **Status:** ✅ Merged **Merged:** 4/24/2024 **Merged by:** [@pjlammertyn](https://github.com/pjlammertyn) **Base:** `main` ← **Head:** `issue-#51` --- ### 📝 Commits (2) - [`184b22c`](https://github.com/RADar-AZDelta/Rabbit-in-a-Blender/commit/184b22c3aa5c7dcdf7eab966bafb16cebd472efc) add RiaB version and the git commit hash of the CDM folder, to the CDM metadata table - [`9f30859`](https://github.com/RADar-AZDelta/Rabbit-in-a-Blender/commit/9f30859c3111ae8fc28351f47dcf22565de36a10) bumped dependencies ### 📊 Changes **11 files changed** (+498 additions, -296 deletions) <details> <summary>View changed files</summary> 📝 `Pipfile.lock` (+257 -257) 📝 `pyproject.toml` (+11 -11) 📝 `src/riab/cli.py` (+6 -5) 📝 `src/riab/etl/bigquery/etl.py` (+30 -0) ➕ `src/riab/etl/bigquery/templates/etl/cdm_metadata_git_commit_hash.sql.jinja` (+12 -0) ➕ `src/riab/etl/bigquery/templates/etl/cdm_metadata_riab_version.sql.jinja` (+12 -0) 📝 `src/riab/etl/etl.py` (+101 -23) 📝 `src/riab/etl/etl_base.py` (+15 -0) 📝 `src/riab/etl/sql_server/etl.py` (+30 -0) ➕ `src/riab/etl/sql_server/templates/etl/cdm_metadata_git_commit_hash.sql.jinja` (+12 -0) ➕ `src/riab/etl/sql_server/templates/etl/cdm_metadata_riab_version.sql.jinja` (+12 -0) </details> ### 📄 Description Adding the follown to the metadata table of the OMOP CDM is very usefull: - with what version of Rabbit-in-a-Blender the ETL has run - what is the Git commit hash of the CDM folder (if the CDM folder is a Git repo) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 20:28:59 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
RADar-AZDelta/archived-Rabbit-in-a-Blender#89
No description provided.