machristie opened a new issue, #33: URL: https://github.com/apache/airavata-data-catalog/issues/33
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. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
