Make a dataset discoverable in the public catalog (Hive mode only)
Source:R/docs.R
db_set_public.RdMakes metadata discoverable organisation-wide by copying it
to the shared _catalog/ folder.
This function is only available in hive mode. In DuckLake mode, use schema paths with folder ACLs to control access.
Examples
if (FALSE) { # \dontrun{
db_connect("//CSO-NAS/DataLake")
db_set_public(section = "Trade", dataset = "Imports")
} # }