acryldata/Acryl dbt Impact Analysis Action
Comments on PRs with the downstream impact of dbt changes.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Feb 10, 2026
- License
- None
Pinned Snippet
uses: acryldata/dbt-impact-action@f4e006c74ae67509f57bee578824a8da7d6b9f0e # v1.0.11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| datahub_gms_host | DataHub GMS host. | yes | — |
| datahub_gms_token | DataHub GMS token. | no | — |
| datahub_frontend_url | DataHub frontend URL. | yes | — |
| dbt_adapter | Set to bigquery, snowflake, redshift, or postgres. | yes | — |
| dbt_profile_name | Override for the dbt profile name. Defaults to the value in your dbt_project.yml. | — | — |
| dbt_project_folder | dbt project folder. Defaults to . | — | . |
| github_base_ref | Base reference branch for comparison | no | ${{ github.base_ref }} |
| github_pr_number | PR Number | no | ${{ github.event.number }} |
| debug_mode | Set to true to enable debug mode. | — | false |
| max_impacted_downstreams | Maximum number of downstream generations. | no | 30 |
Outputs
| name | description |
|---|---|
| IMPACT_ANALYSIS_MD | Impact analysis markdown output |