Example #1
0
 def test_SkyQuery_listAllDatasets(self):
     datasets = SkyQuery.listAllDatasets()
# In[ ]:

#help(SkyQuery)


# In[ ]:

token1 = Authentication.login(Authentication_loginName, Authentication_loginPassword);


# In[ ]:

#list all databses or datasets available

datasets = SkyQuery.listAllDatasets()
print(datasets)


# In[ ]:

#get info about the user's personal database or dataset

info = SkyQuery.getDatasetInfo("MyDB")
print(info)


# In[ ]:

#list tables inside dataset