You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 for dbt ls and manifest 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:
This issue is stale because it has been open for 30 days with no activity.
github-actionsbot
added
the
stale
Issue has not had recent activity or appears to be solved. Stale issues will be automatically closed
label
Jan 18, 2025
github-actionsbot
removed
the
stale
Issue has not had recent activity or appears to be solved. Stale issues will be automatically closed
label
Feb 4, 2025
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: