Hey,
We use dbt Cloud’s webhook functionality to trigger some run and test commands. This has been working seamlessly for a long time now.
I have just opened a new PR which contains both model and test updates.
dbt run --models state:modified+1 --full-refresh
But, the above command has stopped picking up any modifications within the pull request and so skips the build command.
2022-06-14 13:35:16.504899 (MainThread): 13:35:16 Partial parsing enabled: 0 files deleted, 0 files added, 0 files changed.
^ from our debug logs in the UI.
We are running dbt=1.0.7.
Any idea how/why this command is no longer picking up changes within the dbt repository?
Thanks