DuckDB Extension for Delta Sharing
Maintainer(s):
changmct
Installing and Loading
INSTALL duck_delta_share FROM community;
LOAD duck_delta_share;
Added Functions
| function_name | function_type | description | comment | examples |
|---|---|---|---|---|
| delta_share_list | table | NULL | NULL | |
| delta_share_list_files | scalar | NULL | NULL | |
| delta_share_read | table | NULL | NULL |
Overloaded Functions
This extension does not add any function overloads.
Added Types
This extension does not add any types.
Added Settings
| name | description | input_type | scope | aliases |
|---|---|---|---|---|
| delta_sharing_bearer_token | JWT Bearer token issued from server | VARCHAR | GLOBAL | [] |
| delta_sharing_endpoint | URL of delta sharing server | VARCHAR | GLOBAL | [] |