Skip to main content

Community

Transformations: salesforce formula utils with snowflake in dbt not working as expected

Completed

Please sign in to leave a comment.

Comments

4 comments

  • Official comment
    Ray User

    We now include the database name in the references!

    I think the correct behaviour should be a DBT jinja like this example:

    FROM {{ source('salesforce', 'asset') }} AS asset__table

    Then DBT should do the right thing when generating the query.

    Nothing on this yet? 

  • Ray User

    Hi all,

    We are looking into adding the database name to the sql model so that references are fully qualified in the fivetran_formula_model table. Look forward to an update on this thread once it ships!