ropensci / bowerbird

Keep a collection of sparkly data resources
https://docs.ropensci.org/bowerbird
Other
47 stars 6 forks source link

Status vector returned from sync needs thought #10

Open raymondben opened 7 years ago

raymondben commented 7 years ago

bb_sync expands the data_sources with one row per source_url, and these are run as separate sync items. Hence the status vector returned by bb_sync doesn't have a 1:1 match to the rows of the config$data_sources object.

raymondben commented 7 years ago

bb_sync now returns a tibble (as per the expanded structure, with one row per unique data_source/source_url pair. It would be better to collapse back to a one-row-per-data-source arrangement, with multiple status values per row (where a data source has multiple source_urls).