Skip to content

Commit

Permalink
Merge pull request #36 from palmetto/feature/add-palm-dbt-version-to-…
Browse files Browse the repository at this point in the history
…pr-template

add palm-dbt version for debugging purposes
  • Loading branch information
jakeberesford-palmetto authored Dec 2, 2021
2 parents 3749013 + 3c4a25c commit 0f21526
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/01_bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Describe your issue here.

### Your environment
* Version of palm
* Version of palm-dbt (run `palm plugin versions` in your dbt project)
* Operating system
* Docker / Docker compose version
* Relevant dependencies and versions
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@ palm-dbt ships with a command to containerize and convert your existing dbt proj
palm containerize
```

Follow the prompts to select a dbt version and you will be ready to use this package.
## Check dbt plugin version

Check the version of palm-dbt inside a project in which you have configured palm with the dbt plugin:
`palm plugin versions`

### Adding palm dbt macros

Expand Down

0 comments on commit 0f21526

Please sign in to comment.