Skip to content
This repository was archived by the owner on Jan 29, 2026. It is now read-only.

Commit 6928337

Browse files
committed
Upgrade Soda Library
1 parent 2a34e40 commit 6928337

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ jobs:
4747
continue-on-error: true
4848
uses: ./
4949
with:
50-
# should be latest, but it is not published yet
51-
soda_library_version: v1.0.4
50+
soda_library_version: v1.0.6
5251
configuration: ./testing/configuration.yaml
5352
data_source: ${{ matrix.data_source }}
5453
checks: ${{ matrix.checks }}

testing/configuration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ data_source reporting_api__marts:
1515
soda_cloud:
1616
host: dev.sodadata.io
1717
api_key_id: ${CLOUD_API_KEY_ID}
18-
api_key_secret: ${CLOUD_API_KEY_SECRET}
18+
api_key_secret: ${CLOUD_API_KEY_SECRET}

0 commit comments

Comments
 (0)