Skip to content

Commit

Permalink
Update avaliable-adapters.md
Browse files Browse the repository at this point in the history
Moved dbt-trino from community to vendor supported.
  • Loading branch information
leniartek authored Oct 20, 2021
1 parent abb8840 commit 411829b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/docs/available-adapters.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ These adapter plugins are built and maintained by the same people who build and
| ------------ | ------------- | ----------------- |
| Materialize ([dbt-materialize](https://github.com/MaterializeInc/materialize/blob/main/misc/dbt-materialize)) | [Profile Setup](materialize-profile) | `pip install dbt-materialize` |
| Rockset ([dbt-rockset](https://github.com/rockset/dbt-rockset)) | [Profile Setup](rockset-profile) | `pip install dbt-rockset` |
| Starburst & Trino ([dbt-trino](https://github.com/starburstdata/dbt-trino)) | [Profile Setup](trino-profile) | `pip install dbt-trino`

### Community Supported

Expand All @@ -42,7 +43,6 @@ These adapter plugins are contributed and maintained by members of the community
| Oracle Database | [Profile Setup](oracle-profile) | Oracle 11+ | `pip install dbt-oracle` |
| Dremio | [Profile Setup](dremio-profile) | Dremio 4.7+ | `pip install dbt-dremio` |
| ClickHouse | [Profile Setup](clickhouse-profile) | ClickHouse 20.11+ | `pip install dbt-clickhouse` |
| Trino | [Profile Setup](trino-profile) | Trino 359+ | `pip install dbt-trino` |

Community-supported plugins are works in progress, and all users are encouraged to contribute by testing and writing code. If you're interested in contributing:
- Join the dedicated channel in [dbt Slack](https://community.getdbt.com/) (e.g. #db-sqlserver, #db-athena)
Expand Down

0 comments on commit 411829b

Please sign in to comment.