Skip to content

Commit

Permalink
Merge pull request #49 from hafenkran/duckdb_1.1.3
Browse files Browse the repository at this point in the history
bump to duckdb v1.1.3
  • Loading branch information
hafenkran authored Nov 5, 2024
2 parents e5cd4a9 + 1876f72 commit a06b6ac
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/MainDistributionPipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
uses: ./.github/workflows/_extension_distribution.yml
secrets: inherit
with:
duckdb_version: v1.1.2
ci_tools_version: v1.1.2
duckdb_version: v1.1.3
ci_tools_version: v1.1.3
extension_name: bigquery
exclude_archs: "wasm_mvp;wasm_eh;wasm_threads;windows_amd64_rtools;osx_amd64;linux_arm64"
vcpkg_commit: "e01906b2ba7e645a76ee021a19de616edc98d29f"
Expand All @@ -30,8 +30,8 @@ jobs:
uses: ./.github/workflows/_extension_deploy.yml
secrets: inherit
with:
duckdb_version: v1.1.2
# ci_tools_version: v1.1.1
duckdb_version: v1.1.3
# ci_tools_version: v1.1.3
extension_name: bigquery
exclude_archs: "wasm_mvp;wasm_eh;wasm_threads;windows_amd64_rtools;osx_amd64;linux_arm64"
deploy_latest: ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }}
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ include extension-ci-tools/makefiles/duckdb_extension.Makefile

.PHONY: docker-build
docker-build:
docker build -t duckdb-bigquery:v1.1.2 -f dev/Dockerfile .
docker build -t duckdb-bigquery:v1.1.3 -f dev/Dockerfile .

.PHONY: lint
lint:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ docker run \
-it \
-v /path/to/my/service-account-credentials.json:/creds \
-e GOOGLE_APPLICATION_CREDENTIALS=/creds/service-account-credentials.json \
duckdb-bigquery:v1.1.2
duckdb-bigquery:v1.1.3
```

## Important Notes on Using Google BigQuery
Expand Down
2 changes: 1 addition & 1 deletion duckdb
Submodule duckdb updated 301 files
2 changes: 1 addition & 1 deletion extension-ci-tools

0 comments on commit a06b6ac

Please sign in to comment.