diff --git a/README.md b/README.md index 21d13588..76eb95bc 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,10 @@ ---- ```yml -bi_analytics: - target: solana_dev +solana: + target: dev outputs: - eth_dev: + dev: type: snowflake account: role: diff --git a/dbt_project.yml b/dbt_project.yml index 904dbbd9..6f09661e 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -6,7 +6,7 @@ version: "1.0.0" config-version: 2 # This setting configures which "profile" dbt uses for this project. -profile: "snowflake" +profile: "solana" # These configurations specify where dbt should look for different types of files. # The `source-paths` config, for example, states that models in this project can be