1
1
<div align =" center " >
2
2
<img alt="logo" data-is-relative="true" src="./assets/img/logo.png" width="250" height="250"/>
3
- <h1>dbtToolkit 🧰</h1>
3
+ <h1>dbt-toolkit 🧰</h1>
4
4
<img alt="GitHub Workflow Status" src="https://github.com/ramonvermeulen/dbt-toolkit/actions/workflows/build.yml/badge.svg?branch=main">
5
5
<a href="https://codecov.io/github/ramonvermeulen/dbt-toolkit" ><img src="https://codecov.io/github/ramonvermeulen/dbt-toolkit/graph/badge.svg?token=E0ATR13F60"/></a>
6
6
<a href="https://plugins.jetbrains.com/plugin/24666-dbttoolkit"><img alt="JetBrains Plugin Version" src="https://img.shields.io/jetbrains/plugin/v/24666-dbttoolkit"></a>
13
13
![ Lineage Example] ( ./assets/img/sample.gif )
14
14
15
15
<!-- Plugin description -->
16
- The dbtToolkit is an early-stage plugin designed to enhance your experience working with [ ** dbt-core** ] ( https://github.com/dbt-labs/dbt-core )
16
+ The dbt-toolkit is an early-stage plugin designed to enhance your experience working with [ ** dbt-core** ] ( https://github.com/dbt-labs/dbt-core )
17
17
projects within JetBrains IDEs. It currently supports lineage rendering, dbt documentation, compiled SQL preview, and more!
18
- Providing a more streamlined and integrated approach to managing your dbt projects in Jetbrains IDEs. The dbtToolkit is inspired by the
18
+ Providing a more streamlined and integrated approach to managing your dbt projects in Jetbrains IDEs. The dbt-toolkit is inspired by the
19
19
well-known VSCode plugin [ ** vscode-dbt-power-user** ] ( https://github.com/AltimateAI/vscode-dbt-power-user ) , and aims to become an alternative
20
20
for JetBrains IDEs.
21
21
@@ -51,7 +51,7 @@ If there is a venv configured within the IDE, the plugin will automatically try
51
51
If there is no venv configured the plugin will use the globally installed dbt version.
52
52
53
53
## Installation
54
- You can download dbtToolkit from the JetBrains plugin marketplace. For more information on how to install JetBrains plugins,
54
+ You can download dbt-toolkit from the JetBrains plugin marketplace. For more information on how to install JetBrains plugins,
55
55
please refer to the [ ** official documentation** ] ( https://www.jetbrains.com/help/idea/managing-plugins.html ) .
56
56
57
57
## Setting environment variables
@@ -65,7 +65,7 @@ Via the plugin settings, you can also specify a custom path to the `.env` file.
65
65
<!-- Plugin description end -->
66
66
67
67
## Feedback and Contributions
68
- I highly appreciate any feedback and contributions as I am developing and improving dbtToolkit .
68
+ I highly appreciate any feedback and contributions as I am developing and improving dbt-toolkit .
69
69
Feel free to report bugs, issues, or suggest features through the GitHub repository.
70
70
71
71
0 commit comments