dbt-coverage
dbt-coverage copied to clipboard
Custom run artifacts path
Goal
Give more flexibility to user who have their manifest.json & catalog.json files not stored in /target, which is mainly the case for user using dbt cloud (need to retrieve the file by api call), adding a new parameter to use a custom path allow user not to create an unnecessary target
dir in their cicd pipeline
Description
- Add
run_artifacts_dir : Path
parameter to load_manifest and load_catalog - Add optional
run_artifacts_dir
parameter to cli