Skip to content

Files

Latest commit

0597ac1 · Dec 3, 2024

History

History
17 lines (10 loc) · 917 Bytes

CONFIGURE_IDE.md

File metadata and controls

17 lines (10 loc) · 917 Bytes

Configure the IDE to work with the virtual environment

Configure the IDE to work with the poetry environment created. To do so, find the poetry environment path by executing the following command in the project root:

poetry env list --full-path

Append /bin/python to the path and add it to the IDE:

If you are working with PyCharm, you can set the DBT path:

Just add the DBT path and click Apply (do not configure a data source as no schema will be detected)