Skip to content

Commit 9fe2626

Browse files
spicyfalafelclaude
andcommitted
docs: update JAR version to 2603.1
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 0a82189 commit 9fe2626

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/tutorials/subscriptions-tutorials/bigquery-aidboxtopicdestination.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@ The BigQuery Topic Destination module exports FHIR resources from Aidbox to Goog
3535
1. 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

4141
2. 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
@@ -85,7 +85,7 @@ spec:
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

0 commit comments

Comments
 (0)