Skip to content

Adding 1.9 dbt-databricks documentation for new python model config #16098

Adding 1.9 dbt-databricks documentation for new python model config

Adding 1.9 dbt-databricks documentation for new python model config #16098

Workflow file for this run

#
# To use this workflow, you will need to set up a .github/labeler.yml
# file with configuration. For more information, see:
# https://github.com/actions/labeler
name: "Pull Request Labeler"
on:
pull_request_target:
types: [opened]
jobs:
triage:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"