oliver-twist
oliver-twist copied to clipboard
Error: Invalid value for 'INPUT': Could not open file: manifest.json: No such file or directory
Hello team,
We are mainly using Oliver twist in the CircleCi pipeline for DBT projects. Everytime OliverTwist is used we get this error:
Error: Invalid value for 'INPUT': Could not open file: manifest.json: No such file or directory
We tested OliverTwist locally (olivertwist check manifest.json
) and we get the same error. Any idea how to resolve it?
Thank you!
Raed
I am not particularly familiar with CircleCI, so I may be misunderstanding the situation here.
Is the manifest.json
at the root? I know that by default dbt puts it in target
. So it could be worth trying olivertwist check target/manifest.json
.
the manifest.json
is located as you mentioned target/manifest.json
. I re-tried olivertwist check target/manifest.json
but it didnt work. Im getting IndexError: list index out of range
Does the error look the same as in https://github.com/autotraderuk/oliver-twist/issues/35 ?