docker image for dbt-snowflake
How can I run dbt commands within a bitbucket pipeline? What is the correct docker image that I should be using if I wanted to use dbt-snowflake? I tried fishtownanalytics/dbtand joevandyk/dbtboth: pipelines: custom: test-dbt: - step: name: 'Test' image: fishtownanalytics/dbt…