Skip to content

Commit

Permalink
Merge pull request #4301 from duckdb/auto_update_community_extensions…
Browse files Browse the repository at this point in the history
…_docs

chore: update Community Extensions docs
  • Loading branch information
szarnyasg authored Dec 8, 2024
2 parents 9c41c6f + f07b0fb commit 84c2283
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions community_extensions/extensions/http_client.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ docs:
extended_description: |
The HTTP Client Extension is experimental, use at your own risk!
extension_star_count: 43
extension_star_count_pretty: 43
extension_star_count: 44
extension_star_count_pretty: 44
extension_download_count: 219
extension_download_count_pretty: 219
image: '/images/community_extensions/social_preview/preview_community_extension_http_client.png'
Expand Down
4 changes: 2 additions & 2 deletions community_extensions/extensions/pivot_table.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ docs:
extended_description: |
This extension, pivot_table, allow you to pivot your data using a spreadsheet-like pivot API. It is also similar to the Pandas pivot_table function. It does this solely through SQL macros - there are no C++ functions as a part of this extension.
extension_star_count: 6
extension_star_count_pretty: 6
extension_star_count: 7
extension_star_count_pretty: 7
extension_download_count: 236
extension_download_count_pretty: 236
image: '/images/community_extensions/social_preview/preview_community_extension_pivot_table.png'
Expand Down

0 comments on commit 84c2283

Please sign in to comment.