Unify the manifest.json #1407
Labels
parsing:dbt_manifest
Issues, questions, or features related to dbt_manifest parsing
stale
Issue has not had recent activity or appears to be solved. Stale issues will be automatically closed
Currently, we have checked in manifest.json at multiple places example
https://github.com/astronomer/astronomer-cosmos/blob/main/tests/sample/manifest_source.json
https://github.com/astronomer/astronomer-cosmos/blob/main/dev/dags/dbt/jaffle_shop/target/manifest.json
As a result, many times, both files diverge and result in unexpected results during the test.
For example, we have test
https://github.com/astronomer/astronomer-cosmos/blob/0edb07d6b58827ebf66fbc82a062ea0a5cfb0717/tests/dbt/test_graph.py#L614
which run fordbt ls
andmanifest
and in both cases it uses different manifest file and it results in unexpected failure because manifest_source.json is not latest.The text was updated successfully, but these errors were encountered: