get.collection()
Get a Rasgo Collection by id
Parameters
Return Object
Sample Usage
# Connect to rasgo
api_key = '<your api key>'
rasgo = pyrasgo.connect(api_key)
# Return object
collection = rasgo.get.collection(id=#)
# Explore returned object
collection.id
collection.name
collection.sourceTableBest Practices / Tips
Last updated