Skip to content

Commit 8ae8176

Browse files
author
Quack Mc Docs
committed
chore: update Community Extensions docs
1 parent 2911614 commit 8ae8176

File tree

6 files changed

+81
-46
lines changed

6 files changed

+81
-46
lines changed

_includes/list_of_community_extensions.md

Lines changed: 34 additions & 31 deletions
Large diffs are not rendered by default.

community_extensions/extensions/bigquery.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@ excerpt: |
88
extension:
99
name: bigquery
1010
description: Integrates DuckDB with Google BigQuery, allowing direct querying and management of BigQuery datasets
11-
version: 0.4.2
11+
version: 0.5.0
1212
language: C++
1313
build: cmake
1414
license: MIT
15-
excluded_platforms: "wasm_mvp;wasm_eh;wasm_threads;windows_amd64_rtools;windows_amd64_mingw;osx_amd64;linux_arm64"
15+
excluded_platforms: "wasm_mvp;wasm_eh;wasm_threads;windows_amd64_mingw"
1616
vcpkg_commit: "ef7dbf94b9198bc58f45951adcf1f041fcbc5ea0"
1717
requires_toolchains: "parser_tools"
1818
maintainers:
1919
- hafenkran
2020

2121
repo:
2222
github: hafenkran/duckdb-bigquery
23-
ref: 10882a382d45f941d9672c5030fab22e34660792
23+
ref: 621dbb517c11d82c0d7693c362591d156ab3da0c
2424

2525
docs:
2626
hello_world: |

community_extensions/extensions/file_dialog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ extension:
1919

2020
repo:
2121
github: yutannihilation/duckdb-ext-file-dialog
22-
ref: 7e9d768e805b9b4853b28778debef7dee333e936
22+
ref: a1f0700cf79830e361148a92f7bce9bcf874dcd1
2323

2424
docs:
2525
hello_world: |

community_extensions/extensions/rapidfuzz.md

Lines changed: 40 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ extension:
1616
maintainers:
1717
- rustyconover
1818
name: rapidfuzz
19-
version: 1.0.1
19+
version: 2025091701
2020
repo:
2121
github: query-farm/rapidfuzz
22-
ref: 497f0a66a889e76df39d66d3b8b7d51025089804
22+
ref: 1b9ff6c365b05998548e58c0b19310dc810af07c
2323

2424
extension_star_count: 3
2525
extension_star_count_pretty: 3
@@ -50,11 +50,43 @@ LOAD {{ page.extension.name }};
5050
5151
<div class="extension_functions_table"></div>
5252
53-
| function_name | function_type | description | comment | examples |
54-
|----------------------------|---------------|-------------|---------|----------|
55-
| rapidfuzz_partial_ratio | scalar | NULL | NULL | NULL |
56-
| rapidfuzz_ratio | scalar | NULL | NULL | NULL |
57-
| rapidfuzz_token_set_ratio | scalar | NULL | NULL | NULL |
58-
| rapidfuzz_token_sort_ratio | scalar | NULL | NULL | NULL |
53+
| function_name | function_type | description | comment | examples |
54+
|----------------------------------------------|---------------|-------------|---------|----------|
55+
| rapidfuzz_hamming_distance | scalar | NULL | NULL | NULL |
56+
| rapidfuzz_hamming_normalized_distance | scalar | NULL | NULL | NULL |
57+
| rapidfuzz_hamming_normalized_similarity | scalar | NULL | NULL | NULL |
58+
| rapidfuzz_hamming_similarity | scalar | NULL | NULL | NULL |
59+
| rapidfuzz_indel_distance | scalar | NULL | NULL | NULL |
60+
| rapidfuzz_indel_normalized_distance | scalar | NULL | NULL | NULL |
61+
| rapidfuzz_indel_normalized_similarity | scalar | NULL | NULL | NULL |
62+
| rapidfuzz_indel_similarity | scalar | NULL | NULL | NULL |
63+
| rapidfuzz_jaro_distance | scalar | NULL | NULL | NULL |
64+
| rapidfuzz_jaro_normalized_distance | scalar | NULL | NULL | NULL |
65+
| rapidfuzz_jaro_normalized_similarity | scalar | NULL | NULL | NULL |
66+
| rapidfuzz_jaro_similarity | scalar | NULL | NULL | NULL |
67+
| rapidfuzz_jaro_winkler_distance | scalar | NULL | NULL | NULL |
68+
| rapidfuzz_jaro_winkler_normalized_distance | scalar | NULL | NULL | NULL |
69+
| rapidfuzz_jaro_winkler_normalized_similarity | scalar | NULL | NULL | NULL |
70+
| rapidfuzz_jaro_winkler_similarity | scalar | NULL | NULL | NULL |
71+
| rapidfuzz_lcs_seq_distance | scalar | NULL | NULL | NULL |
72+
| rapidfuzz_lcs_seq_normalized_distance | scalar | NULL | NULL | NULL |
73+
| rapidfuzz_lcs_seq_normalized_similarity | scalar | NULL | NULL | NULL |
74+
| rapidfuzz_lcs_seq_similarity | scalar | NULL | NULL | NULL |
75+
| rapidfuzz_osa_distance | scalar | NULL | NULL | NULL |
76+
| rapidfuzz_osa_normalized_distance | scalar | NULL | NULL | NULL |
77+
| rapidfuzz_osa_normalized_similarity | scalar | NULL | NULL | NULL |
78+
| rapidfuzz_osa_similarity | scalar | NULL | NULL | NULL |
79+
| rapidfuzz_partial_ratio | scalar | NULL | NULL | NULL |
80+
| rapidfuzz_postfix_distance | scalar | NULL | NULL | NULL |
81+
| rapidfuzz_postfix_normalized_distance | scalar | NULL | NULL | NULL |
82+
| rapidfuzz_postfix_normalized_similarity | scalar | NULL | NULL | NULL |
83+
| rapidfuzz_postfix_similarity | scalar | NULL | NULL | NULL |
84+
| rapidfuzz_prefix_distance | scalar | NULL | NULL | NULL |
85+
| rapidfuzz_prefix_normalized_distance | scalar | NULL | NULL | NULL |
86+
| rapidfuzz_prefix_normalized_similarity | scalar | NULL | NULL | NULL |
87+
| rapidfuzz_prefix_similarity | scalar | NULL | NULL | NULL |
88+
| rapidfuzz_ratio | scalar | NULL | NULL | NULL |
89+
| rapidfuzz_token_set_ratio | scalar | NULL | NULL | NULL |
90+
| rapidfuzz_token_sort_ratio | scalar | NULL | NULL | NULL |
5991
6092

community_extensions/extensions/snowflake.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ docs:
4949
This community-maintained extension allows DuckDB to connect to Snowflake using Arrow ADBC drivers.
5050
For detailed setup and usage instructions, visit the [extension repository](https://github.com/iqea-ai/duckdb-snowflake).
5151
52-
extension_star_count: 7
53-
extension_star_count_pretty: 7
52+
extension_star_count: 8
53+
extension_star_count_pretty: 8
5454
extension_download_count: null
5555
extension_download_count_pretty: n/a
5656
image: '/images/community_extensions/social_preview/preview_community_extension_snowflake.png'

community_extensions/extensions/st_read_multi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ extension:
1919

2020
repo:
2121
github: yutannihilation/duckdb-ext-st-read-multi
22-
ref: d60843c0b31e3b0369a5d0161cf6aa468328d0c1
22+
ref: 2a8d498a6581feda50524ed3e9fb761d7a5a21ad
2323

2424
docs:
2525
hello_world: |

0 commit comments

Comments
 (0)