get.collections()
Get all Rasgo Collections available
Parameters
Return Object
Sample Usage
# Connect to rasgo
api_key = '<your api key>'
rasgo = pyrasgo.connect(api_key)
# Return object
collections = rasgo.get.collections()
# Explore returned object
for collection in collection:
collection.id
collection.name
collection.sourceTableBest Practices / Tips
Last updated