DagsHub / streaming-client

MIT License
2 stars 0 forks source link

List datasources API #16

Closed simonlsk closed 1 year ago

simonlsk commented 1 year ago

Function to list all my available datasources for a repository. Example:

sources = datasources.get_datasources(repo="simon/baby-yoda")
ds = sources[0]
ds...
kbolashev commented 1 year ago

Implemented in https://github.com/DagsHub/streaming-client/commit/04fabb87f54da3625924968668400480a186ad16