This script is used to delete the content of certain columns in certan tables of OMOP CDM.
- sqlalchemy
- psycopg2
- db_host = "Your database host"
- db_port = "Your port"
- db_name = "Your database name"
- db_user = "You admin name"
- db_password = "Your admin password"
- python omop-deletion-scrip.py