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
I'm currently using Cosmos 1.2.1 and dbt-core 1.5.4 on Google Cloud Composer, with local execution mode.
When I set the load mode to DBT_MANIFEST, tests are not rendered. However, they are successfully rendered when I switch to the DBT_LS mode. Based on both the documentation and the contents of the manifest file, I believe the tests should be rendered correctly in both modes.
I could switch to using the DBT_LS mode exclusively, but I face the issue mentioned here.
On the other hand, on the tasks log, I can see this:
[2023-10-26, 20:19:25 UTC] {log.py:232} WARNING - [�[34m2023-10-26T20:19:25.788+0000�[0m] {�[34msubprocess.py:�[0m94} INFO�[0m - �[35m(astronomer-cosmos)�[0m - �[0m20:19:25 Unable to do partial parsing because saved manifest not found. Starting full parse.�[0m
[2023-10-26, 20:19:25 UTC] {subprocess.py:94} INFO - �[0m20:19:25 Unable to do partial parsing because saved manifest not found. Starting full parse.
and I can't understand it since the load mode is set to DBT_MANIFEST, and it could render the models thanks to the manifest file, right? Or I'm missing something? :)
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
I'm currently using Cosmos 1.2.1 and dbt-core 1.5.4 on Google Cloud Composer, with local execution mode.
When I set the load mode to DBT_MANIFEST, tests are not rendered. However, they are successfully rendered when I switch to the DBT_LS mode. Based on both the documentation and the contents of the manifest file, I believe the tests should be rendered correctly in both modes.
I could switch to using the DBT_LS mode exclusively, but I face the issue mentioned here.
Below are the corresponding sections of my code:
On the other hand, on the tasks log, I can see this:
and I can't understand it since the load mode is set to
DBT_MANIFEST
, and it could render the models thanks to the manifest file, right? Or I'm missing something? :)Thanks!
The text was updated successfully, but these errors were encountered: