Configuration
target-datadotworld requires configuration file that is used to store your data.world API token and dataset information.
The following attributes are required:
api_token
: Your data.world API tokendataset_id
: The title of the dataset where the data is to be stored. Must only contain lowercase letters, numbers, and dashes.
Additionally, the following optional attributes can be provided.
dataset_owner
: If not the same as the owner of the API token (e.g. if the dataset is to be accessed/created under an organization account, as opposed to the user's own)
Example:
{ "api_token": "your_token", "dataset_id": "fixerio-data", "dataset_owner": "my-company", }