rows_affected string value from dbt-databricks causes INSERT failure on Databricks Runtime 17.3+ #2125
This file contains hidden or 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: Update Triage Label | |
| on: issue_comment | |
| permissions: | |
| issues: write | |
| jobs: | |
| triage_label: | |
| if: contains(github.event.issue.labels.*.name, 'Awaiting Response') | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Update label | |
| uses: andymckay/labeler@master | |
| with: | |
| add-labels: "Triage 👀" | |
| remove-labels: "Awaiting Response" |