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
I blindly tried the link in RCB (System-managed record created by provenance) in the web browser, but it doesn't look like accessible (I was logged in Globus).
As reference, the Python code to read the table in Deriva Tutorial System:
from deriva.core import DerivaServer, ErmrestCatalog, HatracStore, AttrDict
catalog = ErmrestCatalog(info['protocol'],
info['hostname'], info['catalog_number'],
info['credential'])
path_builder = catalog.getPathBuilder()
cur_path = \
path_builder.schemas[label['schemaname']].tables[label['table']].path
cur_results = cur_path.entities()
cur_results.fetch()
for i in cur_results:
print (i)
The text was updated successfully, but these errors were encountered:
This is a question about the created Table in Deriva Tutorial System.
I build a catalog on Deriva Tutorial systems. I wonder if there is a way to show the table/catalog in Globus webpage.
Here is my current contents in table in Deriva Tutorial systems:
I blindly tried the link in RCB (System-managed record created by provenance) in the web browser, but it doesn't look like accessible (I was logged in Globus).
As reference, the Python code to read the table in Deriva Tutorial System:
The text was updated successfully, but these errors were encountered: