Skip to content

Commit

Permalink
use extracts directly from objects storage
Browse files Browse the repository at this point in the history
  • Loading branch information
rpodcast committed May 10, 2024
1 parent a33bf41 commit b9dd76e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -119,17 +119,11 @@ record_analysis_table(analysis_metrics_df, podcast_dup_df, report_date = podcast

```{r}
#| label: process-pointblank-extracts
#pb_extracts <- get_data_extracts(pointblank_object)
pb_extracts <- get_pointblank_data_extracts(
pointblank_object,
exports_root_path = params$exports_root_path,
dev_mode = params$dev_mode
)
# pb_extracts <- purrr::map_at(
# pb_extracts,
# c('1', '3', '4', '7'),
# ~clean_podcast_df(.x, dev_mode = params$dev_mode)
# )
```

::: {.card title="Validation Summary"}
Expand Down

0 comments on commit b9dd76e

Please sign in to comment.