Esempio n. 1
0
def subscribe(ctx, dataset):
    if dataset is None:
        ctx.fail("must specify a dataset to subscribe to with '--dataset'\n"
                 "List available dataset on the marketplace with "
                 "'catalyst marketplace ls'")
    marketplace = Marketplace()
    marketplace.subscribe(dataset)
Esempio n. 2
0
def subscribe(ctx, dataset):
    """Subscribe to an existing dataset.
    """
    marketplace = Marketplace()
    marketplace.subscribe(dataset)
Esempio n. 3
0
 def test_subscribe(self):
     marketplace = Marketplace()
     marketplace.subscribe('marketcap')
     pass
Esempio n. 4
0
 def test_subscribe(self):
     marketplace = Marketplace()
     marketplace.subscribe('marketcap2222')
     pass