Skip to content

Commit

Permalink
Update trunk-plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
metafeather committed Jan 30, 2024
1 parent 0cba5a1 commit 7d729eb
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 8 deletions.
10 changes: 7 additions & 3 deletions trunk-plugins/tools/dagster/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ tools:
runtime: python
package: dagster-dbt
extra_packages:
- dagster-webserver==1.6.0
- dbt-duckdb==1.7.0
shims: [dagster]
# - dagster
# - dbt-core
- dagster-webserver==1.6.2
- dbt-duckdb==1.7.1
shims:
- dagster
- dagster-dbt
known_good_version: 0.22.0
2 changes: 0 additions & 2 deletions trunk-plugins/tools/dagster/requirements.txt

This file was deleted.

6 changes: 3 additions & 3 deletions trunk-plugins/tools/dbt/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ tools:
runtime: python
package: dbt-core
extra_packages:
- dbt-duckdb==1.7.0
- dbt-postgres==1.7.4
- dbt-duckdb==1.7.1
- dbt-postgres==1.7.6
- dbt-snowflake==1.7.1
shims: [dbt]
known_good_version: 1.7.4
known_good_version: 1.7.6
- name: dbt-dremio
runtime: python
package: dbt-dremio
Expand Down
1 change: 1 addition & 0 deletions trunk-plugins/tools/duckdb/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ downloads:
cpu:
x86_64: universal
arm_64: universal
# url: https://github.com/duckdb/duckdb/releases/download/v0.9.2/duckdb_cli-osx-universal.zip
url: https://github.com/duckdb/duckdb/releases/download/v${version}/duckdb_cli-${os}-${cpu}.zip
- os:
linux: linux
Expand Down
8 changes: 8 additions & 0 deletions trunk-plugins/tools/lightdash/plugin.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
version: 0.1
tools:
definitions:
- name: lightdash-cli
runtime: node
package: "@lightdash/cli"
shims: [lightdash]
known_good_version: 0.970.0

0 comments on commit 7d729eb

Please sign in to comment.