User Tools

Site Tools


omop_cdm_bigquery_to_postgress_extraction_without_nero

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

omop_cdm_bigquery_to_postgress_extraction_without_nero [2021/01/26 16:28] (current)
podalv created
Line 1: Line 1:
 +* login to d01 \\
 +* install miniconda environment from https://docs.conda.io/projects/conda/en/latest/user-guide/install/linux.html
 +<code>
 +wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
 +./Miniconda3-latest-Linux-x86_64.sh
 +conda install -c conda-forge google-cloud-sdk
 +conda init bash
 +</code>
 +\\
 +* start conda\\
 +<code>
 +conda activate
 +</code>
 +\\
 +* init google toolkit\\
 +<code>
 +gcloud auth application-default login
 +</code>
  
 +* deactivate conda\\
 +<code>
 +conda deactivate
 +</code>
omop_cdm_bigquery_to_postgress_extraction_without_nero.txt · Last modified: 2021/01/26 16:28 by podalv