Skip to content

Issue triage - #695: [Bug] Adding a column with on_schema_change=(append_new_columns, sync_all_columns) fails when the column name contains whitespace - gmarquis-sogexia #206

Issue triage - #695: [Bug] Adding a column with on_schema_change=(append_new_columns, sync_all_columns) fails when the column name contains whitespace - gmarquis-sogexia

Issue triage - #695: [Bug] Adding a column with on_schema_change=(append_new_columns, sync_all_columns) fails when the column name contains whitespace - gmarquis-sogexia #206

Workflow file for this run

name: "Issue triage"
run-name: "Issue triage - #${{ github.event.issue.number }}: ${{ github.event.issue.title }} - ${{ github.actor }}"
on: issue_comment
defaults:
run:
shell: bash
permissions:
issues: write
jobs:
triage:
if: contains(github.event.issue.labels.*.name, 'triage:awaiting-response')
uses: dbt-labs/actions/.github/workflows/swap-labels.yml@main
with:
add_label: "triage:product"
remove_label: "triage:awaiting-response"
secrets: inherit