Slim CI (only test/ run the model being modified, instead of full run):
- run dbt compile to generate manifest json and move the json file to root folder
- modified any nodes, even comment will do the work
- run dbt compile again to generate 2nd manifest json in the target folder
- With the help of select selector, use dbt ls —select state:modified —state . to confirm the model being chanage
- dbt run —select state:modified