I just deployed my models to our TEST environment but I am getting parsing issue. The error message says “Model [foo] depends on a source named [bar] which was not found”.
Here are the problems:
- The model [foo] does not have any relationship to that source at all
- When I run the same command in dbt command line, it runs successfully
- When I run the same command within a Job, it fails.