Skip to content

Commit 3e8c863

Browse files
authored
Merge pull request #135 from hafenkran/duckdb_v1.4.2
Update DuckDB to v1.4.2
2 parents 1f93984 + 7ce77a7 commit 3e8c863

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.github/workflows/MainDistributionPipeline.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ concurrency:
1414
jobs:
1515
code-quality-check:
1616
name: Code Quality Check
17-
uses: duckdb/extension-ci-tools/.github/workflows/[email protected].1
17+
uses: duckdb/extension-ci-tools/.github/workflows/[email protected].2
1818
with:
19-
duckdb_version: v1.4.1
20-
ci_tools_version: v1.4.1
19+
duckdb_version: v1.4.2
20+
ci_tools_version: v1.4.2
2121
extension_name: bigquery
2222
format_checks: "format"
2323

@@ -31,8 +31,8 @@ jobs:
3131
secrets: inherit
3232
with:
3333
extension_name: bigquery
34-
duckdb_version: v1.4.1
35-
ci_tools_version: v1.4.1
34+
duckdb_version: v1.4.2
35+
ci_tools_version: v1.4.2
3636
exclude_archs: "wasm_mvp;wasm_eh;wasm_threads;windows_amd64_mingw;"
3737
vcpkg_commit: "ef7dbf94b9198bc58f45951adcf1f041fcbc5ea0"
3838
extra_toolchains: "parser_tools"
@@ -46,8 +46,8 @@ jobs:
4646
secrets: inherit
4747
with:
4848
extension_name: bigquery
49-
duckdb_version: v1.4.1
50-
ci_tools_version: v1.4.1
49+
duckdb_version: v1.4.2
50+
ci_tools_version: v1.4.2
5151
exclude_archs: "wasm_mvp;wasm_eh;wasm_threads;windows_amd64_mingw;"
5252
deploy_latest: ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }}
5353
reduced_ci_mode: "disabled"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ docker run \
518518
-it \
519519
-v /path/to/my/service-account-credentials.json:/creds \
520520
-e GOOGLE_APPLICATION_CREDENTIALS=/creds/service-account-credentials.json \
521-
duckdb-bigquery:v1.4.1
521+
duckdb-bigquery:v1.4.2
522522
```
523523

524524
## Important Notes on Using Google BigQuery

duckdb

Submodule duckdb updated 704 files

0 commit comments

Comments
 (0)