[PR #34] [MERGED] added create-db and import-vocabularies command for mssql #86

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

📋 Pull Request Information

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

Base: mainHead: SQL-Server


📝 Commits (1)

  • ddf8b1f added create-db and import-vocabularies command for mssql

📊 Changes

50 files changed (+2596 additions, -409 deletions)

View changed files

📝 .gitignore (+1 -0)
📝 .gitmodules (+4 -4)
📝 .vscode/launch.json (+5 -5)
📝 .vscode/tasks.json (+1 -2)
📝 Pipfile (+4 -3)
📝 Pipfile.lock (+338 -160)
📝 README.md (+4 -2)
📝 pyproject.toml (+12 -10)
📝 src/riab/cli.py (+78 -34)
📝 src/riab/etl/bigquery/__init__.py (+9 -9)
📝 src/riab/etl/bigquery/achilles.py (+2 -2)
📝 src/riab/etl/bigquery/cleanup.py (+1 -1)
📝 src/riab/etl/bigquery/create_cdm_folders.py (+1 -1)
📝 src/riab/etl/bigquery/create_omop_db.py (+2 -2)
📝 src/riab/etl/bigquery/data_quality.py (+2 -2)
📝 src/riab/etl/bigquery/data_quality_dashboard.py (+1 -1)
📝 src/riab/etl/bigquery/etl.py (+2 -2)
📝 src/riab/etl/bigquery/etl_base.py (+0 -0)
📝 src/riab/etl/bigquery/gcp.py (+2 -5)
📝 src/riab/etl/bigquery/import_vocabularies.py (+1 -1)

...and 30 more files

📄 Description

No description provided


🔄 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/34 **Author:** [@pjlammertyn](https://github.com/pjlammertyn) **Created:** 3/5/2024 **Status:** ✅ Merged **Merged:** 3/5/2024 **Merged by:** [@pjlammertyn](https://github.com/pjlammertyn) **Base:** `main` ← **Head:** `SQL-Server` --- ### 📝 Commits (1) - [`ddf8b1f`](https://github.com/RADar-AZDelta/Rabbit-in-a-Blender/commit/ddf8b1f4445a8430ef0811f8efa08f8e107e77b8) added create-db and import-vocabularies command for mssql ### 📊 Changes **50 files changed** (+2596 additions, -409 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+1 -0) 📝 `.gitmodules` (+4 -4) 📝 `.vscode/launch.json` (+5 -5) 📝 `.vscode/tasks.json` (+1 -2) 📝 `Pipfile` (+4 -3) 📝 `Pipfile.lock` (+338 -160) 📝 `README.md` (+4 -2) 📝 `pyproject.toml` (+12 -10) 📝 `src/riab/cli.py` (+78 -34) 📝 `src/riab/etl/bigquery/__init__.py` (+9 -9) 📝 `src/riab/etl/bigquery/achilles.py` (+2 -2) 📝 `src/riab/etl/bigquery/cleanup.py` (+1 -1) 📝 `src/riab/etl/bigquery/create_cdm_folders.py` (+1 -1) 📝 `src/riab/etl/bigquery/create_omop_db.py` (+2 -2) 📝 `src/riab/etl/bigquery/data_quality.py` (+2 -2) 📝 `src/riab/etl/bigquery/data_quality_dashboard.py` (+1 -1) 📝 `src/riab/etl/bigquery/etl.py` (+2 -2) 📝 `src/riab/etl/bigquery/etl_base.py` (+0 -0) 📝 `src/riab/etl/bigquery/gcp.py` (+2 -5) 📝 `src/riab/etl/bigquery/import_vocabularies.py` (+1 -1) _...and 30 more files_ </details> ### 📄 Description _No description provided_ --- <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:58 +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#86
No description provided.