Persist deleted entities who still have _report records to end models #3
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 'auto release' | |
on: | |
pull_request: | |
types: | |
- closed | |
branches: | |
- main | |
jobs: | |
call-workflow-passing-data: | |
if: github.event.pull_request.merged | |
uses: fivetran/dbt_package_automations/.github/workflows/auto-release.yml@main | |
secrets: inherit |