List all shares owned by the current user
list_owned_shares.RdRetrieves all database objects that are owned by the current authenticated user in MotherDuck.
Value
A tibble with one row per share owned by the current user, including columns for share name, object type, and granted privileges.
Details
This function executes the LIST SHARES; command to return metadata about
all shares created by the current user. The returned tibble includes details
such as the share name, type of object shared, and privileges granted.
See also
Other db-manage:
alter_table_schema(),
copy_tables_to_new_location(),
create_database(),
create_if_not_exists_share(),
create_or_replace_share(),
create_schema(),
create_table(),
delete_and_create_schema(),
delete_database(),
delete_schema(),
delete_table(),
describe_share(),
drop_share(),
list_shared_with_me_shares(),
upload_database_to_md()