File tree Expand file tree Collapse file tree
docs/tutorials/subscriptions-tutorials Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,15 +35,15 @@ The BigQuery Topic Destination module exports FHIR resources from Aidbox to Goog
35351 . Download the BigQuery module JAR file and place it next to your ** docker-compose.yaml** :
3636
3737 ``` sh
38- curl -O https://storage.googleapis.com/aidbox-modules/topic-destination-bigquery/topic-destination-bigquery-2603.3 .jar
38+ curl -O https://storage.googleapis.com/aidbox-modules/topic-destination-bigquery/topic-destination-bigquery-2603.1 .jar
3939 ```
4040
41412 . Edit your ** docker-compose.yaml** and add these lines to the Aidbox service:
4242
4343 ``` yaml
4444 aidbox :
4545 volumes :
46- - ./topic-destination-bigquery-2603.3 .jar:/topic-destination-bigquery.jar
46+ - ./topic-destination-bigquery-2603.1 .jar:/topic-destination-bigquery.jar
4747 # ... other volumes ...
4848 environment :
4949 BOX_MODULE_LOAD : io.healthsamurai.topic-destination.bigquery.core
8585 - |
8686 apt-get -y update && apt-get -y install curl
8787 curl -L -o /modules/topic-destination-bigquery.jar \
88- https://storage.googleapis.com/aidbox-modules/topic-destination-bigquery/topic-destination-bigquery-2603.3 .jar
88+ https://storage.googleapis.com/aidbox-modules/topic-destination-bigquery/topic-destination-bigquery-2603.1 .jar
8989 chmod 644 /modules/topic-destination-bigquery.jar
9090 volumeMounts :
9191 - mountPath : /modules
You can’t perform that action at this time.
0 commit comments