add coalesce to min start_date for date_spine in case stg_distribution_contact is empty #1
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 |