Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions extensions/duckherder/description.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
extension:
name: duckherder
description: Run duckdb query on remote server
version: 0.0.3
version: 0.0.4
language: C++
build: cmake
license: MIT
excluded_platforms: "wasm_mvp;wasm_eh;wasm_threads;windows_amd64_rtools;windows_amd64;windows_amd64_mingw;osx_amd64;osx_arm64"
excluded_platforms: "wasm_mvp;wasm_eh;wasm_threads;windows_amd64_rtools;windows_amd64;windows_amd64_mingw"
requires_toolchains: parser_tools
maintainers:
- dentiny

repo:
github: dentiny/duckdb-distributed-execution
ref: 4a03f33228eac4748172bea5d6834b6839e431ce
ref: d4ceb844557d9762c3435c213f9e9709017badab

docs:
hello_world: |
Expand Down
Loading