You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some metadata records will adhere to schemas that are the same across all tenants. For example, Airavata will have a metadata schema for experiment instances and that schema would apply to all tenants that have Airavata experiments. So it would be useful to not have to redefine global schemas again for each tenant.
On the query side of things, I think the API will support a query that looks like this:
select * from system.experiment where ...
where experiment is a system scoped metadata schema.
The text was updated successfully, but these errors were encountered:
Some metadata records will adhere to schemas that are the same across all tenants. For example, Airavata will have a metadata schema for experiment instances and that schema would apply to all tenants that have Airavata experiments. So it would be useful to not have to redefine global schemas again for each tenant.
On the query side of things, I think the API will support a query that looks like this:
where
experiment
is a system scoped metadata schema.The text was updated successfully, but these errors were encountered: