vagarwal77

Results 7 issues of vagarwal77

vivekagarwal@-MacBook-Pro rwe_external_integrations % docker run -t exter-rwe:latest Usage: uvicorn [OPTIONS] APP Try 'uvicorn --help' for help. Error: Got unexpected extra argument (app.main:app) ###### FROM tiangolo/uvicorn-gunicorn-fastapi:python3.8 COPY requirements.txt . RUN pip...

Following this article and got an error - https://techsboot.com/blogs/redshift/encrypt_decrypt_udf_using_pyaes/ UPDATE secure_edw_t.emp_secure SET emp_name_enc = udf_enc.aes_encrypt(emp_name, LPAD('empnameKey/fhci4=dnv73./xorb3f05', 32, 'z')), emp_phone_enc = udf_enc.aes_encrypt(emp_phone, LPAD('empphoneKey29s0vne03]jv023n=bn34', 32, 'z')) ; select * from svl_udf_log 13030...

from hone import Hone def process_mapper(): h = Hone() schema = h.get_schema('curlim__table__mapping.csv') # returns nested JSON schema for input.csv result = h.convert('curlim__table__mapping.csv') # returns converted JSON as Python dictionary def...

We are interested to setup edc for multiple studies - What i would like to do is - 1. setup and deploy edc modules as a service 2. Build study...

For a given subject, a CRF form can have any one of the below status - Not Started In Progress Submitted or any other status Which rwdlib API endpoint can...

Hello, I need to add an event of unschedule visit for a subject. Which API or payload can be used to add an unscheduled visit?

Following README instructions: Step #0 (get okay ground truth classes): evaluate_infer_col_gt.py For query - SELECT distinct ?superclass WHERE { dbo:PoliticalParty rdfs:subClassOf* ?superclass. FILTER ( strstarts(str(?superclass), "http://dbpedia.org/ontology/"))} gives me error as...