From 9cd32e7ff42d4d4a13776ab71ebab194578f114d Mon Sep 17 00:00:00 2001 From: Ramon Vermeulen Date: Mon, 12 Aug 2024 11:25:54 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b907e819..c9966ad5 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,10 @@ If there is no venv configured the plugin will use the globally installed dbt ve ## Installation You can download dbtToolkit from the JetBrains plugin marketplace. For more information on how to install JetBrains plugins, please refer to the [**official documentation**](https://www.jetbrains.com/help/idea/managing-plugins.html). + +## Setting environment variables +If your dbt project requires environment variables (e.g. `DBT_SOME_ENV_VAR`), please set them via the plugin settings. +`File` > `Settings` > `dbtToolkit` > `Environment Variables` ## Feedback and Contributions