Open raymondben opened 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).
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 bybb_sync
doesn't have a 1:1 match to the rows of the config$data_sources object.