Run tests to ensure that specified `dataset_id` has the correct setup.

dataset_test_worker(
  test_dataset_ids,
  path_config = "config",
  path_data = "data",
  schema = get_schema(),
  definitions = get_schema(file.path(path_config, "traits.yml"), I("traits"))
)

Arguments

test_dataset_ids

Vector of `dataset_id` for sources to be tested

path_config

Path to folder containing configuration files

path_data

Path to folder containing data files

schema

Data schema

definitions

Trait defininitons