dbt Impact Report
Prevent breaking changes before they break your dashboards and key models with Select Star's dbt Impact Report.
Last updated
Was this helpful?
Was this helpful?
name: Select Star dbt impact report
on:
pull_request:
types: [opened, edited, synchronize, reopened]
jobs:
create-impact-report:
name: Create the impact report for dbt projects
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- name: Run Action
uses: selectstar/dbt-impact-report-action@v1
with:
GIT_REPOSITORY_TOKEN: ${{secrets.GITHUB_TOKEN}} # no need to change, GitHub will handle it as it is
SELECTSTAR_API_TOKEN: ${{secrets.SELECTSTAR_API_TOKEN}}
SELECTSTAR_API_URL: YOUR INSTANCE API URL # (e.g.: https://api.production.selectstar.com)
SELECTSTAR_WEB_URL: YOUR INSTANCE WEB URL # (e.g.: https://app.selectstar.com)
SELECTSTAR_DATASOURCE_GUID: YOUR DBT DATA SOURCE GUID # (e.g.: ds_aRjCTzAf4dPNigiV87Uggq)