This function retrieves a list of file schemas for the current tenant from the Raw Data Repository. It returns the parsed response from the RDR containing the list of file schemas. If there is an error during the retrieval, an error message is logged.

This function is currently in the experimental stage and may be subject to change or removal.

get_tenant_file_schemas()

Value

A parsed response from the RDR API containing a list of file schemas for the tenant. Response is a list of metadataschemas, where each schema contains "Id", "Name", "RoleMapId" (tenantID), "Fields"

Examples

# Get the list of tenant file schemas
file_schemas <- get_tenant_file_schemas()