Dbt-Installation

The problem I’m having

How to install dbt-core /dbt-snowflake inside linux vm ?

The context of why I’m trying to do this

What I’ve already tried

Some example code or error messages

Put code inside backticks
  to preserve indentation
    which is especially important 
      for Python and YAML! 

open terminal then execute pip install dbt-snowflkae

Have you read the documentation? https://docs.getdbt.com/docs/core/installation

Note: @Owen originally posted this reply in Slack. It might not have transferred perfectly.

Thank you all for response, I was able to install dbt-snowflake in linux virtual machine. Need to use pip install dbt-snowflake and need to create .dbt folder(this was missing, which caused error).

I am glad you found a resolution, and thanks for sharing the solution with the community!

Note: @Owen originally posted this reply in Slack. It might not have transferred perfectly.