Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update paths for local docker context (#164)
Update local docker config to match changes made to [docker-compose.yml](https://github.com/RMI-PACTA/workflow.data.preparation/blob/main/docker-compose.yml) in #142 Also set `2022Q4` config to inherit the `docker` config again (removed in #145). @AlexAxthelm this should not affect the `2022Q4_azure` because `2022Q4` will inherit the `docker` config, but when `2022Q4_azure` inherits `2022Q4` it will overwrite those paths from the `docker` config with the expected paths. ``` r config::get(config = "docker")$factset_data_path #> [1] "/mnt/factset-extracted" config::get(config = "2022Q4")$factset_data_path #> [1] "/mnt/factset-extracted" config::get(config = "2022Q4_azure")$factset_data_path #> [1] "/mnt/factset-extracted/factset-pacta_timestamp-20221231T000000Z_pulled-20240217T134528Z" ```
- Loading branch information