mirror of
https://github.com/RADar-AZDelta/Rabbit-in-a-Blender.git
synced 2026-03-23 20:37:03 +00:00
[PR #34] [MERGED] added create-db and import-vocabularies command for mssql #86
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#86
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/34
Author: @pjlammertyn
Created: 3/5/2024
Status: ✅ Merged
Merged: 3/5/2024
Merged by: @pjlammertyn
Base:
main← Head:SQL-Server📝 Commits (1)
ddf8b1fadded 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.