RemoteDataset

What are remote datasets in V7?

A remote dataset is a dataset that exists within the Darwin platform (you can see it in the webpage). When doing integrations via the SDK or using the CLI, you will often see commands referring to "remote" datasets. You can check a few of this commands by typing darwin dataset help .

darwin dataset help
Arguments to interact with datasets

Commands:
    (...)
    import              Import data to an existing (remote) dataset.
    (...)
    push                Upload data to an existing (remote) dataset.
    (...)
    remote              List remote datasets.
    remove              Remove a remote or remote and local dataset.
    (...)

The commands/functions returned by darwin dataset help can all be used to manage or get information about the datasets within your V7 team.

📘

See the SDK documentation on this topic