From ca869cd0bed2acae034fdb78979c5a7e99579849 Mon Sep 17 00:00:00 2001 From: Rusty Conover Date: Sun, 30 Jun 2024 14:15:46 -0400 Subject: [PATCH 1/2] fix: add shellfs --- extensions/shellfs/description.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 extensions/shellfs/description.yml diff --git a/extensions/shellfs/description.yml b/extensions/shellfs/description.yml new file mode 100644 index 0000000..774eef0 --- /dev/null +++ b/extensions/shellfs/description.yml @@ -0,0 +1,13 @@ +extension: + name: shellfs + description: Allow shell commands to be used for input and output + version: 1.0.0 + language: C++ + build: cmake + license: Apache-2.0 + maintainers: + - rustyconover + +repo: + github: rustyconover/duckdb-shellfs-extension + ref: ba3987eddc9152f656a9cccdd236562ce7afd2a4 From e218e6c5861c9482a4e8ecf43eec25799cbb2471 Mon Sep 17 00:00:00 2001 From: Rusty Conover Date: Sun, 30 Jun 2024 15:12:43 -0400 Subject: [PATCH 2/2] Update extensions/shellfs/description.yml Co-authored-by: Carlo Piovesan --- extensions/shellfs/description.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/extensions/shellfs/description.yml b/extensions/shellfs/description.yml index 774eef0..46a9cd8 100644 --- a/extensions/shellfs/description.yml +++ b/extensions/shellfs/description.yml @@ -4,6 +4,7 @@ extension: version: 1.0.0 language: C++ build: cmake + excluded_platforms: "wasm_mvp;wasm_eh;wasm_threads" license: Apache-2.0 maintainers: - rustyconover