dqlmodel/DQLabs Impact Analysis
Performs DBT model impact analysis via DQLabs API during PRs and posts the results as a PR comment
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Oct 23, 2025
- License
- None
- Runtime
- Deprecated runtime
Pinned Snippet
uses: dqlmodel/dbt_model@9865b48b4be1044e85b45352aabab5197f5ecf59 # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| api_client_id | API Client ID to authenticate with DQLabs | yes | — |
| api_client_secret | API Client Secret for authentication with DQLabs | yes | — |
| changed_files_list | Comma-separated list of changed DBT model files | yes | — |
| github_token | GitHub token to comment on the Pull Request | yes | — |
| dqlabs_base_url | Base URL of the DQLabs API | yes | — |
| dqlabs_createlink_url | URL to create links in DQLabs | yes | — |
Outputs
| name | description |
|---|---|
| impact_markdown | Markdown summary of the impact analysis |