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)