erikmunkby/dbt-changed-models
Lists all files with state:modified or state:new
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| dbt-dir | The dbt project directory | yes | — |
| python-packages | A space separated list of python packages required for your dbt project | yes | — |
| dbt-target | The dbt profile to target in in comparison | yes | — |
| state-type | A choice between `modified` or `new`, default `modified` See dbt docs for more info: https://docs.getdbt.com/reference/node-selection/methods | no | modified |
| temp-dir | Temporary directory the dbt manifest.json will be stored | no | __dbt_state_check_temp_dir |
| dbt-target-dir | The dbt target directory, default `target` | no | target |
Outputs
| name | description |
|---|---|
| models | A newline separated list of modified models |
| select-statement | A prepared select statement containing all models together with upstream and downstream dependenceis |