Skip to content
Closed
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
5 changes: 3 additions & 2 deletions extensions/duckherder/description.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
extension:
name: duckherder
description: Run duckdb query on remote server
version: 0.0.7
version: 0.0.8
language: C++
build: cmake
license: MIT
Expand All @@ -12,7 +12,8 @@ extension:

repo:
github: dentiny/duckdb-distributed-execution
ref: 3191fc2f7ecd6d1b8a3f327a4a35af00fa706ca0
andium: 3191fc2f7ecd6d1b8a3f327a4a35af00fa706ca0
ref: c225784d3155005d26c6995c8271d10678e2d555

docs:
hello_world: |
Expand Down
Loading