Skip to content

Commit

Permalink
add dbt
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerJang27 committed Sep 19, 2024
1 parent e65a45b commit 19ea804
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tools/dbt/dbt.test.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import { toolInstallTest } from "tests";

toolInstallTest({
toolName: "dbt",
toolVersion: "0.38.14",
});
26 changes: 26 additions & 0 deletions tools/dbt/plugin.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
version: 0.1
downloads:
- name: dbt
version: 0.38.14
downloads:
- os:
linux: linux
cpu:
x86_64: amd64
arm_64: arm64
url: https://github.com/dbt-labs/dbt-cli/releases/download/v${version}/dbt_${version}_${os}_${cpu}.tar.gz
- os:
macos: darwin
url: https://github.com/dbt-labs/dbt-cli/releases/download/v${version}/dbt_${version}_darwin_all.tar.gz
- os:
windows: windows
url: https://github.com/dbt-labs/dbt-cli/releases/download/v${version}/dbt_${version}_windows_amd64.tar.gz
tools:
definitions:
- name: dbt
download: dbt
known_good_version: 0.38.14
shims: [dbt]
health_checks:
- command: dbt --version
parse_regex: dbt Cloud CLI - ${semver}

0 comments on commit 19ea804

Please sign in to comment.