Describe a MotherDuck share
describe_share.RdRetrieves detailed metadata about a specific share in MotherDuck, including the objects it contains, their types, and privileges granted.
Value
A tibble containing metadata about the share, including object names, types, and privileges associated with the share.
Details
This function executes the md_describe_database_share system function
to obtain comprehensive information about the specified share.
The result is returned as a tibble for easy inspection and manipulation in R.
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(),
drop_share(),
list_owned_shares(),
list_shared_with_me_shares(),
upload_database_to_md()